Html Css Color HEX #C955CD Fuchsia

📋 copy color: '#C955CD'

red 201 ◦ green 85 ◦ blue 205

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

Shades of Fuchsia #C955CD

Tints of Fuchsia #C955CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 40.94%
G = 17.31%
B = 41.75%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C955CD (or 0xC955CD) is known color: Fuchsia. HEX triplet: C9, 55 and CD. RGB value is (201,85,205). Sum of RGB (Red+Green+Blue) = 201+85+205=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #C955CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955CD is #36AA32. Grayscale: #858585. Windows color (decimal): -3582515 or 13456841. OLE color: 13456841.

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

Color convert

RGB 201 85 205 -
CMYK 0.02 0.59 0 0.20
HSL 298º 0.55% 0.57% -
HSV(B) 298º 0.59% 0.8% -
XYZ 38.36 23.32 60.24 -
YUV 133.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 201 85 205 0.02 0.59 0 0.20 298 0.55 0.57
Hex C9 55 CD 2 3B 0 14 12A 37 39
Octal 311 125 315 2 73 0 24 452 67 71
Binary 11001001 1010101 11001101 10 111011 0 10100 100101010 110111 111001

Color Harmonies of #C955CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955CD

Black with #C955CD

Text Example


Text Example

White with #C955CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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