Html Css Color HEX #C956CF Fuchsia

📋 copy color: '#C956CF'

red 201 ◦ green 86 ◦ blue 207

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

Shades of Fuchsia #C956CF

Tints of Fuchsia #C956CF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.41%

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

R = 40.69%
G = 17.41%
B = 41.9%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C956CF (or 0xC956CF) is known color: Fuchsia. HEX triplet: C9, 56 and CF. RGB value is (201,86,207). Sum of RGB (Red+Green+Blue) = 201+86+207=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #C956CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956CF is #36A930. Grayscale: #858585. Windows color (decimal): -3582257 or 13588169. OLE color: 13588169.

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

Color convert

RGB 201 86 207 -
CMYK 0.03 0.58 0 0.19
HSL 297.02º 0.56% 0.57% -
HSV(B) 297.02º 0.58% 0.81% -
XYZ 38.68 23.58 61.54 -
YUV 134.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 201 86 207 0.03 0.58 0 0.19 297.02 0.56 0.57
Hex C9 56 CF 3 3A 0 13 129 38 39
Octal 311 126 317 3 72 0 23 451 70 71
Binary 11001001 1010110 11001111 11 111010 0 10011 100101001 111000 111001

Color Harmonies of #C956CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C956CF

Black with #C956CF

Text Example


Text Example

White with #C956CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C956CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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