Html Css Color HEX #C52DCF Fuchsia

📋 copy color: '#C52DCF'

red 197 ◦ green 45 ◦ blue 207

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

Shades of Fuchsia #C52DCF

Tints of Fuchsia #C52DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 43.88%
G = 10.02%
B = 46.1%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C52DCF (or 0xC52DCF) is known color: Fuchsia. HEX triplet: C5, 2D and CF. RGB value is (197,45,207). Sum of RGB (Red+Green+Blue) = 197+45+207=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #C52DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52DCF is #3AD230. Grayscale: #6C6C6C. Windows color (decimal): -3854897 or 13577669. OLE color: 13577669.

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

Color convert

RGB 197 45 207 -
CMYK 0.05 0.78 0 0.19
HSL 296.3º 0.64% 0.49% -
HSV(B) 296.3º 0.78% 0.81% -
XYZ 35.23 18.25 60.7 -
YUV 108.92 183.36 190.83 -
System Red Green Blue C M Y K H S L
Decimal 197 45 207 0.05 0.78 0 0.19 296.3 0.64 0.49
Hex C5 2D CF 5 4E 0 13 128 40 31
Octal 305 55 317 5 116 0 23 450 100 61
Binary 11000101 101101 11001111 101 1001110 0 10011 100101000 1000000 110001

Color Harmonies of #C52DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52DCF

Black with #C52DCF

Text Example


Text Example

White with #C52DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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