Html Css Color HEX #C954CC Fuchsia

📋 copy color: '#C954CC'

red 201 ◦ green 84 ◦ blue 204

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

Shades of Fuchsia #C954CC

Tints of Fuchsia #C954CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 41.1%
G = 17.18%
B = 41.72%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C954CC (or 0xC954CC) is known color: Fuchsia. HEX triplet: C9, 54 and CC. RGB value is (201,84,204). Sum of RGB (Red+Green+Blue) = 201+84+204=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #C954CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954CC is #36AB33. Grayscale: #848484. Windows color (decimal): -3582772 or 13391049. OLE color: 13391049.

HSL color Cylindrical-coordinate representation of color #C954CC: hue angle of 298.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C954CC is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 84 204 -
CMYK 0.01 0.59 0 0.2
HSL 298.5º 0.54% 0.56% -
HSV(B) 298.5º 0.59% 0.8% -
XYZ 38.16 23.12 59.58 -
YUV 132.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 201 84 204 0.01 0.59 0 0.2 298.5 0.54 0.56
Hex C9 54 CC 1 3B 0 14 12A 36 38
Octal 311 124 314 1 73 0 24 452 66 70
Binary 11001001 1010100 11001100 1 111011 0 10100 100101010 110110 111000

Color Harmonies of #C954CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954CC

Black with #C954CC

Text Example


Text Example

White with #C954CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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