Html Css Color HEX #C53EB5 Fuchsia

📋 copy color: '#C53EB5'

red 197 ◦ green 62 ◦ blue 181

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

Shades of Fuchsia #C53EB5

Tints of Fuchsia #C53EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.14%

R = 44.77%
G = 14.09%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C53EB5 (or 0xC53EB5) is known color: Fuchsia. HEX triplet: C5, 3E and B5. RGB value is (197,62,181). Sum of RGB (Red+Green+Blue) = 197+62+181=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C53EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53EB5 is #3AC14A. Grayscale: #737373. Windows color (decimal): -3850571 or 11878085. OLE color: 11878085.

HSL color Cylindrical-coordinate representation of color #C53EB5: hue angle of 307.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53EB5 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 62 181 -
CMYK 0 0.69 0.08 0.23
HSL 307.11º 0.54% 0.51% -
HSV(B) 307.11º 0.69% 0.77% -
XYZ 33.09 18.65 45.57 -
YUV 115.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 197 62 181 0 0.69 0.08 0.23 307.11 0.54 0.51
Hex C5 3E B5 0 45 8 17 133 36 33
Octal 305 76 265 0 105 10 27 463 66 63
Binary 11000101 111110 10110101 0 1000101 1000 10111 100110011 110110 110011

Color Harmonies of #C53EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53EB5

Black with #C53EB5

Text Example


Text Example

White with #C53EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53EB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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