Html Css Color HEX #C53DB5 Fuchsia

📋 copy color: '#C53DB5'

red 197 ◦ green 61 ◦ blue 181

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

Shades of Fuchsia #C53DB5

Tints of Fuchsia #C53DB5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.9%

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

R = 44.87%
G = 13.9%
B = 41.23%

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

#C53DB5 (or 0xC53DB5) is known color: Fuchsia. HEX triplet: C5, 3D and B5. RGB value is (197,61,181). Sum of RGB (Red+Green+Blue) = 197+61+181=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DB5 is #3AC24A. Grayscale: #727272. Windows color (decimal): -3850827 or 11877829. OLE color: 11877829.

HSL color Cylindrical-coordinate representation of color #C53DB5: hue angle of 307.06º 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 #C53DB5 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 61 181 -
CMYK 0 0.69 0.08 0.23
HSL 307.06º 0.54% 0.51% -
HSV(B) 307.06º 0.69% 0.77% -
XYZ 33.04 18.54 45.55 -
YUV 115.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 197 61 181 0 0.69 0.08 0.23 307.06 0.54 0.51
Hex C5 3D B5 0 45 8 17 133 36 33
Octal 305 75 265 0 105 10 27 463 66 63
Binary 11000101 111101 10110101 0 1000101 1000 10111 100110011 110110 110011

Color Harmonies of #C53DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DB5

Black with #C53DB5

Text Example


Text Example

White with #C53DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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