#CB70B4

Color #CB70B4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CB70B4

Tints of Fuchsia #CB70B4

Color information

#CB70B4 (or 0xCB70B4) is unknown color: approx Fuchsia. HEX triplet: CB, 70 and B4. RGB value is (203,112,180). Sum of RGB (Red+Green+Blue) = 203+112+180=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB70B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70B4 is #348F4B. Grayscale: #929292. Windows color (decimal): -3444556 or 11825355. OLE color: 11825355.

HSL color Cylindrical-coordinate representation of color #CB70B4: hue angle of 315.16º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB70B4 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB203112180-
CMYK00.450.110.20
HSL315.16º46.67%61.76%-
HSV(B)315.16º44.83%79.61%-
XYZ38.6627.5846.47-
YUV146.96146.65167.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 180 (70.70% from 255) = 36.36%
R=41.01%
G=22.63%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311218000.450.110.20315.1646.6761.76
HexCB70B402DB1413b2f3e
Octal31316026405513244735776
Binary110010111110000101101000101101101110100100111011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB70B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB70B4; }

 p { color: rgb(203,112,180); }

 H1.HeaderClassName
 {
   color: #CB70B4;
 }
 .AnyTagClassName
 {
   color: #CB70B4;
 }
</style>
background-color css

<style>
 a { background-color: #CB70B4; }

 a { background-color: rgb(203,112,180); }

 div.DivClassName
 {
   background-color: #CB70B4;
 }
 .BgClassName
 {
   background-color: #CB70B4;
 }
</style>
border-color css

<style>
 span { border-color: #CB70B4; }

 span { border-color: rgb(203,112,180); }

 td.TdClassName
 {
   border-color: #CB70B4;
 }
 .TagClassName
 {
   border-color: #CB70B4;
 }
</style>