Html Css Color HEX #C55DCB Fuchsia

📋 copy color: '#C55DCB'

red 197 ◦ green 93 ◦ blue 203

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

Shades of Fuchsia #C55DCB

Tints of Fuchsia #C55DCB

RGB

 RED value IS 197 (77.34% from 255) = 39.96%

 GREEN value IS 93 (36.72% from 255) = 18.86%

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

R = 39.96%
G = 18.86%
B = 41.18%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C55DCB (or 0xC55DCB) is known color: Fuchsia. HEX triplet: C5, 5D and CB. RGB value is (197,93,203). Sum of RGB (Red+Green+Blue) = 197+93+203=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #C55DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DCB is #3AA234. Grayscale: #888888. Windows color (decimal): -3842613 or 13327813. OLE color: 13327813.

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

Color convert

RGB 197 93 203 -
CMYK 0.03 0.54 0 0.20
HSL 296.73º 0.51% 0.58% -
HSV(B) 296.73º 0.54% 0.8% -
XYZ 37.72 24.01 59.15 -
YUV 136.64 165.46 171.06 -
System Red Green Blue C M Y K H S L
Decimal 197 93 203 0.03 0.54 0 0.20 296.73 0.51 0.58
Hex C5 5D CB 3 36 0 14 129 33 3A
Octal 305 135 313 3 66 0 24 451 63 72
Binary 11000101 1011101 11001011 11 110110 0 10100 100101001 110011 111010

Color Harmonies of #C55DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DCB

Black with #C55DCB

Text Example


Text Example

White with #C55DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DCB; }

 p { color: rgb(197,93,203); }

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

background-color css

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

 a { background-color: rgb(197,93,203); }

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

border-color css

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

 span { border-color: rgb(197,93,203); }

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