Html Css Color HEX #C53DB8 Fuchsia

📋 copy color: '#C53DB8'

red 197 ◦ green 61 ◦ blue 184

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

Shades of Fuchsia #C53DB8

Tints of Fuchsia #C53DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.63%

R = 44.57%
G = 13.8%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C53DB8 (or 0xC53DB8) is known color: Fuchsia. HEX triplet: C5, 3D and B8. RGB value is (197,61,184). Sum of RGB (Red+Green+Blue) = 197+61+184=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DB8 is #3AC247. Grayscale: #737373. Windows color (decimal): -3850824 or 12074437. OLE color: 12074437.

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

Color convert

RGB 197 61 184 -
CMYK 0 0.69 0.07 0.23
HSL 305.74º 0.54% 0.51% -
HSV(B) 305.74º 0.69% 0.77% -
XYZ 33.35 18.67 47.19 -
YUV 115.69 166.56 186 -
System Red Green Blue C M Y K H S L
Decimal 197 61 184 0 0.69 0.07 0.23 305.74 0.54 0.51
Hex C5 3D B8 0 45 7 17 132 36 33
Octal 305 75 270 0 105 7 27 462 66 63
Binary 11000101 111101 10111000 0 1000101 111 10111 100110010 110110 110011

Color Harmonies of #C53DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DB8

Black with #C53DB8

Text Example


Text Example

White with #C53DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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