Html Css Color HEX #C966BD Fuchsia

📋 copy color: '#C966BD'

red 201 ◦ green 102 ◦ blue 189

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

Shades of Fuchsia #C966BD

Tints of Fuchsia #C966BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 40.85%
G = 20.73%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C966BD (or 0xC966BD) is known color: Fuchsia. HEX triplet: C9, 66 and BD. RGB value is (201,102,189). Sum of RGB (Red+Green+Blue) = 201+102+189=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C966BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966BD is #369942. Grayscale: #8D8D8D. Windows color (decimal): -3578179 or 12412617. OLE color: 12412617.

HSL color Cylindrical-coordinate representation of color #C966BD: hue angle of 307.27º 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 #C966BD is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 102 189 -
CMYK 0 0.49 0.06 0.21
HSL 307.27º 0.48% 0.59% -
HSV(B) 307.27º 0.49% 0.79% -
XYZ 38.02 25.59 51.08 -
YUV 141.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 201 102 189 0 0.49 0.06 0.21 307.27 0.48 0.59
Hex C9 66 BD 0 31 6 15 133 30 3B
Octal 311 146 275 0 61 6 25 463 60 73
Binary 11001001 1100110 10111101 0 110001 110 10101 100110011 110000 111011

Color Harmonies of #C966BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966BD

Black with #C966BD

Text Example


Text Example

White with #C966BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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