Html Css Color HEX #C964CF Fuchsia

📋 copy color: '#C964CF'

red 201 ◦ green 100 ◦ blue 207

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

Shades of Fuchsia #C964CF

Tints of Fuchsia #C964CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 39.57%
G = 19.69%
B = 40.75%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C964CF (or 0xC964CF) is known color: Fuchsia. HEX triplet: C9, 64 and CF. RGB value is (201,100,207). Sum of RGB (Red+Green+Blue) = 201+100+207=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #C964CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964CF is #369B30. Grayscale: #8E8E8E. Windows color (decimal): -3578673 or 13591753. OLE color: 13591753.

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

Color convert

RGB 201 100 207 -
CMYK 0.03 0.52 0 0.19
HSL 296.64º 0.53% 0.6% -
HSV(B) 296.64º 0.52% 0.81% -
XYZ 39.91 26.04 61.95 -
YUV 142.4 164.46 169.8 -
System Red Green Blue C M Y K H S L
Decimal 201 100 207 0.03 0.52 0 0.19 296.64 0.53 0.6
Hex C9 64 CF 3 34 0 13 129 35 3C
Octal 311 144 317 3 64 0 23 451 65 74
Binary 11001001 1100100 11001111 11 110100 0 10011 100101001 110101 111100

Color Harmonies of #C964CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964CF

Black with #C964CF

Text Example


Text Example

White with #C964CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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