Html Css Color HEX #CB66B6 Fuchsia

📋 copy color: '#CB66B6'

red 203 ◦ green 102 ◦ blue 182

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

Shades of Fuchsia #CB66B6

Tints of Fuchsia #CB66B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.37%

R = 41.68%
G = 20.94%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB66B6 (or 0xCB66B6) is known color: Fuchsia. HEX triplet: CB, 66 and B6. RGB value is (203,102,182). Sum of RGB (Red+Green+Blue) = 203+102+182=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66B6 is #349949. Grayscale: #8D8D8D. Windows color (decimal): -3447114 or 11953867. OLE color: 11953867.

HSL color Cylindrical-coordinate representation of color #CB66B6: hue angle of 312.48º 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 #CB66B6 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 102 182 -
CMYK 0 0.50 0.10 0.20
HSL 312.48º 0.49% 0.6% -
HSV(B) 312.48º 0.5% 0.8% -
XYZ 37.82 25.58 47.2 -
YUV 141.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 203 102 182 0 0.50 0.10 0.20 312.48 0.49 0.6
Hex CB 66 B6 0 32 A 14 138 31 3C
Octal 313 146 266 0 62 12 24 470 61 74
Binary 11001011 1100110 10110110 0 110010 1010 10100 100111000 110001 111100

Color Harmonies of #CB66B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB66B6

Black with #CB66B6

Text Example


Text Example

White with #CB66B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB66B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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