Html Css Color HEX #C964BC Fuchsia

📋 copy color: '#C964BC'

red 201 ◦ green 100 ◦ blue 188

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

Shades of Fuchsia #C964BC

Tints of Fuchsia #C964BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.45%

R = 41.1%
G = 20.45%
B = 38.45%

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

#C964BC (or 0xC964BC) is known color: Fuchsia. HEX triplet: C9, 64 and BC. RGB value is (201,100,188). Sum of RGB (Red+Green+Blue) = 201+100+188=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C964BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964BC is #369B43. Grayscale: #8B8B8B. Windows color (decimal): -3578692 or 12346569. OLE color: 12346569.

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

Color convert

RGB 201 100 188 -
CMYK 0 0.50 0.06 0.21
HSL 307.72º 0.48% 0.59% -
HSV(B) 307.72º 0.5% 0.79% -
XYZ 37.72 25.16 50.45 -
YUV 140.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 201 100 188 0 0.50 0.06 0.21 307.72 0.48 0.59
Hex C9 64 BC 0 32 6 15 134 30 3B
Octal 311 144 274 0 62 6 25 464 60 73
Binary 11001001 1100100 10111100 0 110010 110 10101 100110100 110000 111011

Color Harmonies of #C964BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964BC

Black with #C964BC

Text Example


Text Example

White with #C964BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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