Html Css Color HEX #CB66C5 Fuchsia

📋 copy color: '#CB66C5'

red 203 ◦ green 102 ◦ blue 197

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

Shades of Fuchsia #CB66C5

Tints of Fuchsia #CB66C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.24%

R = 40.44%
G = 20.32%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB66C5 (or 0xCB66C5) is known color: Fuchsia. HEX triplet: CB, 66 and C5. RGB value is (203,102,197). Sum of RGB (Red+Green+Blue) = 203+102+197=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66C5 is #34993A. Grayscale: #8E8E8E. Windows color (decimal): -3447099 or 12936907. OLE color: 12936907.

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

Color convert

RGB 203 102 197 -
CMYK 0 0.50 0.03 0.20
HSL 303.56º 0.49% 0.6% -
HSV(B) 303.56º 0.5% 0.8% -
XYZ 39.46 26.23 55.81 -
YUV 143.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 203 102 197 0 0.50 0.03 0.20 303.56 0.49 0.6
Hex CB 66 C5 0 32 3 14 130 31 3C
Octal 313 146 305 0 62 3 24 460 61 74
Binary 11001011 1100110 11000101 0 110010 11 10100 100110000 110001 111100

Color Harmonies of #CB66C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB66C5

Black with #CB66C5

Text Example


Text Example

White with #CB66C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB66C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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