Html Css Color HEX #C55ECC Fuchsia

📋 copy color: '#C55ECC'

red 197 ◦ green 94 ◦ blue 204

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

Shades of Fuchsia #C55ECC

Tints of Fuchsia #C55ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.99%

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 39.8%
G = 18.99%
B = 41.21%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C55ECC (or 0xC55ECC) is known color: Fuchsia. HEX triplet: C5, 5E and CC. RGB value is (197,94,204). Sum of RGB (Red+Green+Blue) = 197+94+204=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #C55ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ECC is #3AA133. Grayscale: #898989. Windows color (decimal): -3842356 or 13393605. OLE color: 13393605.

HSL color Cylindrical-coordinate representation of color #C55ECC: hue angle of 296.18º degrees, saturation: 0.52, 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 #C55ECC is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 94 204 -
CMYK 0.03 0.54 0 0.2
HSL 296.18º 0.52% 0.58% -
HSV(B) 296.18º 0.54% 0.8% -
XYZ 37.93 24.24 59.81 -
YUV 137.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 197 94 204 0.03 0.54 0 0.2 296.18 0.52 0.58
Hex C5 5E CC 3 36 0 14 128 34 3A
Octal 305 136 314 3 66 0 24 450 64 72
Binary 11000101 1011110 11001100 11 110110 0 10100 100101000 110100 111010

Color Harmonies of #C55ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55ECC

Black with #C55ECC

Text Example


Text Example

White with #C55ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55ECC; }

 p { color: rgb(197,94,204); }

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

background-color css

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

 a { background-color: rgb(197,94,204); }

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

border-color css

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

 span { border-color: rgb(197,94,204); }

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