Html Css Color HEX #C53EC8 Fuchsia

📋 copy color: '#C53EC8'

red 197 ◦ green 62 ◦ blue 200

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

Shades of Fuchsia #C53EC8

Tints of Fuchsia #C53EC8

RGB

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

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

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

R = 42.92%
G = 13.51%
B = 43.57%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C53EC8 (or 0xC53EC8) is known color: Fuchsia. HEX triplet: C5, 3E and C8. RGB value is (197,62,200). Sum of RGB (Red+Green+Blue) = 197+62+200=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #C53EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53EC8 is #3AC137. Grayscale: #757575. Windows color (decimal): -3850552 or 13123269. OLE color: 13123269.

HSL color Cylindrical-coordinate representation of color #C53EC8: hue angle of 298.7º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53EC8 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 62 200 -
CMYK 0.02 0.69 0 0.22
HSL 298.7º 0.56% 0.51% -
HSV(B) 298.7º 0.69% 0.78% -
XYZ 35.17 19.49 56.55 -
YUV 118.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 197 62 200 0.02 0.69 0 0.22 298.7 0.56 0.51
Hex C5 3E C8 2 45 0 16 12B 38 33
Octal 305 76 310 2 105 0 26 453 70 63
Binary 11000101 111110 11001000 10 1000101 0 10110 100101011 111000 110011

Color Harmonies of #C53EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53EC8

Black with #C53EC8

Text Example


Text Example

White with #C53EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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