Html Css Color HEX #C53ECE Fuchsia

📋 copy color: '#C53ECE'

red 197 ◦ green 62 ◦ blue 206

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

Shades of Fuchsia #C53ECE

Tints of Fuchsia #C53ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.33%

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 42.37%
G = 13.33%
B = 44.3%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C53ECE (or 0xC53ECE) is known color: Fuchsia. HEX triplet: C5, 3E and CE. RGB value is (197,62,206). Sum of RGB (Red+Green+Blue) = 197+62+206=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #C53ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ECE is #3AC131. Grayscale: #767676. Windows color (decimal): -3850546 or 13516485. OLE color: 13516485.

HSL color Cylindrical-coordinate representation of color #C53ECE: hue angle of 296.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53ECE is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 62 206 -
CMYK 0.04 0.70 0 0.19
HSL 296.25º 0.6% 0.53% -
HSV(B) 296.25º 0.7% 0.81% -
XYZ 35.89 19.77 60.32 -
YUV 118.78 177.23 183.79 -
System Red Green Blue C M Y K H S L
Decimal 197 62 206 0.04 0.70 0 0.19 296.25 0.6 0.53
Hex C5 3E CE 4 46 0 13 128 3C 35
Octal 305 76 316 4 106 0 23 450 74 65
Binary 11000101 111110 11001110 100 1000110 0 10011 100101000 111100 110101

Color Harmonies of #C53ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53ECE

Black with #C53ECE

Text Example


Text Example

White with #C53ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53ECE; }

 p { color: rgb(197,62,206); }

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

background-color css

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

 a { background-color: rgb(197,62,206); }

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

border-color css

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

 span { border-color: rgb(197,62,206); }

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