Html Css Color HEX #C955CB Fuchsia

📋 copy color: '#C955CB'

red 201 ◦ green 85 ◦ blue 203

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

Shades of Fuchsia #C955CB

Tints of Fuchsia #C955CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 41.1%
G = 17.38%
B = 41.51%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C955CB (or 0xC955CB) is known color: Fuchsia. HEX triplet: C9, 55 and CB. RGB value is (201,85,203). Sum of RGB (Red+Green+Blue) = 201+85+203=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #C955CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955CB is #36AA34. Grayscale: #848484. Windows color (decimal): -3582517 or 13325769. OLE color: 13325769.

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

Color convert

RGB 201 85 203 -
CMYK 0.01 0.58 0 0.20
HSL 298.98º 0.53% 0.56% -
HSV(B) 298.98º 0.58% 0.8% -
XYZ 38.12 23.23 58.97 -
YUV 133.14 167.43 176.41 -
System Red Green Blue C M Y K H S L
Decimal 201 85 203 0.01 0.58 0 0.20 298.98 0.53 0.56
Hex C9 55 CB 1 3A 0 14 12B 35 38
Octal 311 125 313 1 72 0 24 453 65 70
Binary 11001001 1010101 11001011 1 111010 0 10100 100101011 110101 111000

Color Harmonies of #C955CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955CB

Black with #C955CB

Text Example


Text Example

White with #C955CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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