Html Css Color HEX #C52DCB Fuchsia

📋 copy color: '#C52DCB'

red 197 ◦ green 45 ◦ blue 203

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

Shades of Fuchsia #C52DCB

Tints of Fuchsia #C52DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.11%

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 44.27%
G = 10.11%
B = 45.62%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C52DCB (or 0xC52DCB) is known color: Fuchsia. HEX triplet: C5, 2D and CB. RGB value is (197,45,203). Sum of RGB (Red+Green+Blue) = 197+45+203=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #C52DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52DCB is #3AD234. Grayscale: #6B6B6B. Windows color (decimal): -3854901 or 13315525. OLE color: 13315525.

HSL color Cylindrical-coordinate representation of color #C52DCB: hue angle of 297.72º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52DCB is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 45 203 -
CMYK 0.03 0.78 0 0.20
HSL 297.72º 0.64% 0.49% -
HSV(B) 297.72º 0.78% 0.8% -
XYZ 34.74 18.06 58.15 -
YUV 108.46 181.36 191.15 -
System Red Green Blue C M Y K H S L
Decimal 197 45 203 0.03 0.78 0 0.20 297.72 0.64 0.49
Hex C5 2D CB 3 4E 0 14 12A 40 31
Octal 305 55 313 3 116 0 24 452 100 61
Binary 11000101 101101 11001011 11 1001110 0 10100 100101010 1000000 110001

Color Harmonies of #C52DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52DCB

Black with #C52DCB

Text Example


Text Example

White with #C52DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52DCB; }

 p { color: rgb(197,45,203); }

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

background-color css

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

 a { background-color: rgb(197,45,203); }

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

border-color css

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

 span { border-color: rgb(197,45,203); }

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