Html Css Color HEX #C959CF Fuchsia

📋 copy color: '#C959CF'

red 201 ◦ green 89 ◦ blue 207

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

Shades of Fuchsia #C959CF

Tints of Fuchsia #C959CF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.91%

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

R = 40.44%
G = 17.91%
B = 41.65%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C959CF (or 0xC959CF) is known color: Fuchsia. HEX triplet: C9, 59 and CF. RGB value is (201,89,207). Sum of RGB (Red+Green+Blue) = 201+89+207=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #C959CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959CF is #36A630. Grayscale: #878787. Windows color (decimal): -3581489 or 13588937. OLE color: 13588937.

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

Color convert

RGB 201 89 207 -
CMYK 0.03 0.57 0 0.19
HSL 296.95º 0.55% 0.58% -
HSV(B) 296.95º 0.57% 0.81% -
XYZ 38.92 24.07 61.63 -
YUV 135.94 168.11 174.41 -
System Red Green Blue C M Y K H S L
Decimal 201 89 207 0.03 0.57 0 0.19 296.95 0.55 0.58
Hex C9 59 CF 3 39 0 13 129 37 3A
Octal 311 131 317 3 71 0 23 451 67 72
Binary 11001001 1011001 11001111 11 111001 0 10011 100101001 110111 111010

Color Harmonies of #C959CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959CF

Black with #C959CF

Text Example


Text Example

White with #C959CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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