Html Css Color HEX #C53ECB Fuchsia

📋 copy color: '#C53ECB'

red 197 ◦ green 62 ◦ blue 203

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

Shades of Fuchsia #C53ECB

Tints of Fuchsia #C53ECB

RGB

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

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

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

R = 42.64%
G = 13.42%
B = 43.94%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C53ECB (or 0xC53ECB) is known color: Fuchsia. HEX triplet: C5, 3E and CB. RGB value is (197,62,203). Sum of RGB (Red+Green+Blue) = 197+62+203=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #C53ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ECB is #3AC134. Grayscale: #767676. Windows color (decimal): -3850549 or 13319877. OLE color: 13319877.

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

Color convert

RGB 197 62 203 -
CMYK 0.03 0.69 0 0.20
HSL 297.45º 0.58% 0.52% -
HSV(B) 297.45º 0.69% 0.8% -
XYZ 35.53 19.63 58.42 -
YUV 118.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 197 62 203 0.03 0.69 0 0.20 297.45 0.58 0.52
Hex C5 3E CB 3 45 0 14 129 3A 34
Octal 305 76 313 3 105 0 24 451 72 64
Binary 11000101 111110 11001011 11 1000101 0 10100 100101001 111010 110100

Color Harmonies of #C53ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53ECB

Black with #C53ECB

Text Example


Text Example

White with #C53ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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