Html Css Color HEX #C955CC Fuchsia

📋 copy color: '#C955CC'

red 201 ◦ green 85 ◦ blue 204

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

Shades of Fuchsia #C955CC

Tints of Fuchsia #C955CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.35%

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

R = 41.02%
G = 17.35%
B = 41.63%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C955CC (or 0xC955CC) is known color: Fuchsia. HEX triplet: C9, 55 and CC. RGB value is (201,85,204). Sum of RGB (Red+Green+Blue) = 201+85+204=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #C955CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955CC is #36AA33. Grayscale: #848484. Windows color (decimal): -3582516 or 13391305. OLE color: 13391305.

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

Color convert

RGB 201 85 204 -
CMYK 0.01 0.58 0 0.2
HSL 298.49º 0.54% 0.57% -
HSV(B) 298.49º 0.58% 0.8% -
XYZ 38.23 23.27 59.6 -
YUV 133.25 167.93 176.32 -
System Red Green Blue C M Y K H S L
Decimal 201 85 204 0.01 0.58 0 0.2 298.49 0.54 0.57
Hex C9 55 CC 1 3A 0 14 12A 36 39
Octal 311 125 314 1 72 0 24 452 66 71
Binary 11001001 1010101 11001100 1 111010 0 10100 100101010 110110 111001

Color Harmonies of #C955CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955CC

Black with #C955CC

Text Example


Text Example

White with #C955CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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