Html Css Color HEX #C55DC1 Fuchsia

📋 copy color: '#C55DC1'

red 197 ◦ green 93 ◦ blue 193

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

Shades of Fuchsia #C55DC1

Tints of Fuchsia #C55DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.96%

R = 40.79%
G = 19.25%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C55DC1 (or 0xC55DC1) is known color: Fuchsia. HEX triplet: C5, 5D and C1. RGB value is (197,93,193). Sum of RGB (Red+Green+Blue) = 197+93+193=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C55DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DC1 is #3AA23E. Grayscale: #878787. Windows color (decimal): -3842623 or 12672453. OLE color: 12672453.

HSL color Cylindrical-coordinate representation of color #C55DC1: hue angle of 302.31º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55DC1 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 93 193 -
CMYK 0 0.53 0.02 0.23
HSL 302.31º 0.47% 0.57% -
HSV(B) 302.31º 0.53% 0.77% -
XYZ 36.57 23.55 53.07 -
YUV 135.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 197 93 193 0 0.53 0.02 0.23 302.31 0.47 0.57
Hex C5 5D C1 0 35 2 17 12E 2F 39
Octal 305 135 301 0 65 2 27 456 57 71
Binary 11000101 1011101 11000001 0 110101 10 10111 100101110 101111 111001

Color Harmonies of #C55DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DC1

Black with #C55DC1

Text Example


Text Example

White with #C55DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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