Html Css Color HEX #C964CE Fuchsia

📋 copy color: '#C964CE'

red 201 ◦ green 100 ◦ blue 206

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

Shades of Fuchsia #C964CE

Tints of Fuchsia #C964CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 39.64%
G = 19.72%
B = 40.63%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C964CE (or 0xC964CE) is known color: Fuchsia. HEX triplet: C9, 64 and CE. RGB value is (201,100,206). Sum of RGB (Red+Green+Blue) = 201+100+206=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #C964CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964CE is #369B31. Grayscale: #8D8D8D. Windows color (decimal): -3578674 or 13526217. OLE color: 13526217.

HSL color Cylindrical-coordinate representation of color #C964CE: hue angle of 297.17º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C964CE is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 100 206 -
CMYK 0.02 0.51 0 0.19
HSL 297.17º 0.52% 0.6% -
HSV(B) 297.17º 0.51% 0.81% -
XYZ 39.79 25.99 61.31 -
YUV 142.28 163.96 169.88 -
System Red Green Blue C M Y K H S L
Decimal 201 100 206 0.02 0.51 0 0.19 297.17 0.52 0.6
Hex C9 64 CE 2 33 0 13 129 34 3C
Octal 311 144 316 2 63 0 23 451 64 74
Binary 11001001 1100100 11001110 10 110011 0 10011 100101001 110100 111100

Color Harmonies of #C964CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964CE

Black with #C964CE

Text Example


Text Example

White with #C964CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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