Html Css Color HEX #C52DBF Fuchsia

📋 copy color: '#C52DBF'

red 197 ◦ green 45 ◦ blue 191

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

Shades of Fuchsia #C52DBF

Tints of Fuchsia #C52DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.11%

R = 45.5%
G = 10.39%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C52DBF (or 0xC52DBF) is known color: Fuchsia. HEX triplet: C5, 2D and BF. RGB value is (197,45,191). Sum of RGB (Red+Green+Blue) = 197+45+191=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C52DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52DBF is #3AD240. Grayscale: #6A6A6A. Windows color (decimal): -3854913 or 12529093. OLE color: 12529093.

HSL color Cylindrical-coordinate representation of color #C52DBF: hue angle of 302.37º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52DBF is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 45 191 -
CMYK 0 0.77 0.03 0.23
HSL 302.37º 0.63% 0.47% -
HSV(B) 302.37º 0.77% 0.77% -
XYZ 33.37 17.51 50.91 -
YUV 107.09 175.36 192.13 -
System Red Green Blue C M Y K H S L
Decimal 197 45 191 0 0.77 0.03 0.23 302.37 0.63 0.47
Hex C5 2D BF 0 4D 3 17 12E 3F 2F
Octal 305 55 277 0 115 3 27 456 77 57
Binary 11000101 101101 10111111 0 1001101 11 10111 100101110 111111 101111

Color Harmonies of #C52DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52DBF

Black with #C52DBF

Text Example


Text Example

White with #C52DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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