Html Css Color HEX #CB66B5 Fuchsia

📋 copy color: '#CB66B5'

red 203 ◦ green 102 ◦ blue 181

#CB66B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CB66B5

Tints of Fuchsia #CB66B5

RGB

 RED value IS 203 (79.69% from 255) = 41.77%

 GREEN value IS 102 (40.23% from 255) = 20.99%

 BLUE value IS 181 (71.09% from 255) = 37.24%

R = 41.77%
G = 20.99%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB66B5 (or 0xCB66B5) is known color: Fuchsia. HEX triplet: CB, 66 and B5. RGB value is (203,102,181). Sum of RGB (Red+Green+Blue) = 203+102+181=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66B5 is #34994A. Grayscale: #8C8C8C. Windows color (decimal): -3447115 or 11888331. OLE color: 11888331.

HSL color Cylindrical-coordinate representation of color #CB66B5: hue angle of 313.07º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB66B5 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 102 181 -
CMYK 0 0.50 0.11 0.20
HSL 313.07º 0.49% 0.6% -
HSV(B) 313.07º 0.5% 0.8% -
XYZ 37.72 25.54 46.66 -
YUV 141.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 203 102 181 0 0.50 0.11 0.20 313.07 0.49 0.6
Hex CB 66 B5 0 32 B 14 139 31 3C
Octal 313 146 265 0 62 13 24 471 61 74
Binary 11001011 1100110 10110101 0 110010 1011 10100 100111001 110001 111100

Color Harmonies of #CB66B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB66B5

Black with #CB66B5

Text Example


Text Example

White with #CB66B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB66B5; }

 p { color: rgb(203,102,181); }

 H1.HeaderClassName
 {
   color: #CB66B5;
 }
 .AnyTagClassName
 {
   color: #CB66B5;
 }
</style>

background-color css

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

 a { background-color: rgb(203,102,181); }

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

border-color css

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

 span { border-color: rgb(203,102,181); }

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