Html Css Color HEX #C964BD Fuchsia

📋 copy color: '#C964BD'

red 201 ◦ green 100 ◦ blue 189

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

Shades of Fuchsia #C964BD

Tints of Fuchsia #C964BD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.41%

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

R = 41.02%
G = 20.41%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C964BD (or 0xC964BD) is known color: Fuchsia. HEX triplet: C9, 64 and BD. RGB value is (201,100,189). Sum of RGB (Red+Green+Blue) = 201+100+189=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C964BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964BD is #369B42. Grayscale: #8C8C8C. Windows color (decimal): -3578691 or 12412105. OLE color: 12412105.

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

Color convert

RGB 201 100 189 -
CMYK 0 0.50 0.06 0.21
HSL 307.13º 0.48% 0.59% -
HSV(B) 307.13º 0.5% 0.79% -
XYZ 37.83 25.21 51.02 -
YUV 140.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 201 100 189 0 0.50 0.06 0.21 307.13 0.48 0.59
Hex C9 64 BD 0 32 6 15 133 30 3B
Octal 311 144 275 0 62 6 25 463 60 73
Binary 11001001 1100100 10111101 0 110010 110 10101 100110011 110000 111011

Color Harmonies of #C964BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964BD

Black with #C964BD

Text Example


Text Example

White with #C964BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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