Html Css Color HEX #C964CA Fuchsia

📋 copy color: '#C964CA'

red 201 ◦ green 100 ◦ blue 202

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

Shades of Fuchsia #C964CA

Tints of Fuchsia #C964CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 39.96%
G = 19.88%
B = 40.16%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C964CA (or 0xC964CA) is known color: Fuchsia. HEX triplet: C9, 64 and CA. RGB value is (201,100,202). Sum of RGB (Red+Green+Blue) = 201+100+202=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #C964CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964CA is #369B35. Grayscale: #8D8D8D. Windows color (decimal): -3578678 or 13264073. OLE color: 13264073.

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

Color convert

RGB 201 100 202 -
CMYK 0.00 0.50 0 0.21
HSL 299.41º 0.49% 0.59% -
HSV(B) 299.41º 0.5% 0.79% -
XYZ 39.31 25.8 58.78 -
YUV 141.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 201 100 202 0.00 0.50 0 0.21 299.41 0.49 0.59
Hex C9 64 CA 0 32 0 15 12B 31 3B
Octal 311 144 312 0 62 0 25 453 61 73
Binary 11001001 1100100 11001010 0 110010 0 10101 100101011 110001 111011

Color Harmonies of #C964CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964CA

Black with #C964CA

Text Example


Text Example

White with #C964CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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