Html Css Color HEX #C966B9 Fuchsia

📋 copy color: '#C966B9'

red 201 ◦ green 102 ◦ blue 185

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

Shades of Fuchsia #C966B9

Tints of Fuchsia #C966B9

RGB

 RED value IS 201 (78.91% from 255) = 41.19%

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

 BLUE value IS 185 (72.66% from 255) = 37.91%

R = 41.19%
G = 20.9%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C966B9 (or 0xC966B9) is known color: Fuchsia. HEX triplet: C9, 66 and B9. RGB value is (201,102,185). Sum of RGB (Red+Green+Blue) = 201+102+185=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C966B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966B9 is #369946. Grayscale: #8C8C8C. Windows color (decimal): -3578183 or 12150473. OLE color: 12150473.

HSL color Cylindrical-coordinate representation of color #C966B9: hue angle of 309.7º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C966B9 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 102 185 -
CMYK 0 0.49 0.08 0.21
HSL 309.7º 0.48% 0.59% -
HSV(B) 309.7º 0.49% 0.79% -
XYZ 37.6 25.42 48.82 -
YUV 141.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 201 102 185 0 0.49 0.08 0.21 309.7 0.48 0.59
Hex C9 66 B9 0 31 8 15 136 30 3B
Octal 311 146 271 0 61 10 25 466 60 73
Binary 11001001 1100110 10111001 0 110001 1000 10101 100110110 110000 111011

Color Harmonies of #C966B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966B9

Black with #C966B9

Text Example


Text Example

White with #C966B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966B9; }

 p { color: rgb(201,102,185); }

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

background-color css

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

 a { background-color: rgb(201,102,185); }

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

border-color css

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

 span { border-color: rgb(201,102,185); }

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