Html Css Color HEX #C53DB2 Fuchsia

📋 copy color: '#C53DB2'

red 197 ◦ green 61 ◦ blue 178

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

Shades of Fuchsia #C53DB2

Tints of Fuchsia #C53DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 45.18%
G = 13.99%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C53DB2 (or 0xC53DB2) is known color: Fuchsia. HEX triplet: C5, 3D and B2. RGB value is (197,61,178). Sum of RGB (Red+Green+Blue) = 197+61+178=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53DB2 is #3AC24D. Grayscale: #727272. Windows color (decimal): -3850830 or 11681221. OLE color: 11681221.

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

Color convert

RGB 197 61 178 -
CMYK 0 0.69 0.10 0.23
HSL 308.38º 0.54% 0.51% -
HSV(B) 308.38º 0.69% 0.77% -
XYZ 32.73 18.42 43.95 -
YUV 115 163.56 186.49 -
System Red Green Blue C M Y K H S L
Decimal 197 61 178 0 0.69 0.10 0.23 308.38 0.54 0.51
Hex C5 3D B2 0 45 A 17 134 36 33
Octal 305 75 262 0 105 12 27 464 66 63
Binary 11000101 111101 10110010 0 1000101 1010 10111 100110100 110110 110011

Color Harmonies of #C53DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DB2

Black with #C53DB2

Text Example


Text Example

White with #C53DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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