Html Css Color HEX #C954CE Fuchsia

📋 copy color: '#C954CE'

red 201 ◦ green 84 ◦ blue 206

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

Shades of Fuchsia #C954CE

Tints of Fuchsia #C954CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.11%

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 40.94%
G = 17.11%
B = 41.96%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C954CE (or 0xC954CE) is known color: Fuchsia. HEX triplet: C9, 54 and CE. RGB value is (201,84,206). Sum of RGB (Red+Green+Blue) = 201+84+206=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #C954CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954CE is #36AB31. Grayscale: #848484. Windows color (decimal): -3582770 or 13522121. OLE color: 13522121.

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

Color convert

RGB 201 84 206 -
CMYK 0.02 0.59 0 0.19
HSL 297.54º 0.55% 0.57% -
HSV(B) 297.54º 0.59% 0.81% -
XYZ 38.4 23.21 60.85 -
YUV 132.89 169.26 176.58 -
System Red Green Blue C M Y K H S L
Decimal 201 84 206 0.02 0.59 0 0.19 297.54 0.55 0.57
Hex C9 54 CE 2 3B 0 13 12A 37 39
Octal 311 124 316 2 73 0 23 452 67 71
Binary 11001001 1010100 11001110 10 111011 0 10011 100101010 110111 111001

Color Harmonies of #C954CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954CE

Black with #C954CE

Text Example


Text Example

White with #C954CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954CE; }

 p { color: rgb(201,84,206); }

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

background-color css

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

 a { background-color: rgb(201,84,206); }

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

border-color css

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

 span { border-color: rgb(201,84,206); }

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