Html Css Color HEX #C55DC8 Fuchsia

📋 copy color: '#C55DC8'

red 197 ◦ green 93 ◦ blue 200

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

Shades of Fuchsia #C55DC8

Tints of Fuchsia #C55DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.82%

R = 40.2%
G = 18.98%
B = 40.82%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C55DC8 (or 0xC55DC8) is known color: Fuchsia. HEX triplet: C5, 5D and C8. RGB value is (197,93,200). Sum of RGB (Red+Green+Blue) = 197+93+200=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 200 - color contains mainly: blue. Hex color #C55DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DC8 is #3AA237. Grayscale: #878787. Windows color (decimal): -3842616 or 13131205. OLE color: 13131205.

HSL color Cylindrical-coordinate representation of color #C55DC8: hue angle of 298.32º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55DC8 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 93 200 -
CMYK 0.02 0.54 0 0.22
HSL 298.32º 0.49% 0.57% -
HSV(B) 298.32º 0.54% 0.78% -
XYZ 37.37 23.87 57.28 -
YUV 136.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 197 93 200 0.02 0.54 0 0.22 298.32 0.49 0.57
Hex C5 5D C8 2 36 0 16 12A 31 39
Octal 305 135 310 2 66 0 26 452 61 71
Binary 11000101 1011101 11001000 10 110110 0 10110 100101010 110001 111001

Color Harmonies of #C55DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DC8

Black with #C55DC8

Text Example


Text Example

White with #C55DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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