Html Css Color HEX #C964C7 Fuchsia

📋 copy color: '#C964C7'

red 201 ◦ green 100 ◦ blue 199

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

Shades of Fuchsia #C964C7

Tints of Fuchsia #C964C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.8%

R = 40.2%
G = 20%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C964C7 (or 0xC964C7) is known color: Fuchsia. HEX triplet: C9, 64 and C7. RGB value is (201,100,199). Sum of RGB (Red+Green+Blue) = 201+100+199=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C964C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964C7 is #369B38. Grayscale: #8D8D8D. Windows color (decimal): -3578681 or 13067465. OLE color: 13067465.

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

Color convert

RGB 201 100 199 -
CMYK 0 0.50 0.01 0.21
HSL 301.19º 0.48% 0.59% -
HSV(B) 301.19º 0.5% 0.79% -
XYZ 38.95 25.66 56.93 -
YUV 141.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 201 100 199 0 0.50 0.01 0.21 301.19 0.48 0.59
Hex C9 64 C7 0 32 1 15 12D 30 3B
Octal 311 144 307 0 62 1 25 455 60 73
Binary 11001001 1100100 11000111 0 110010 1 10101 100101101 110000 111011

Color Harmonies of #C964C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964C7

Black with #C964C7

Text Example


Text Example

White with #C964C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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