Html Css Color HEX #C52DCE Fuchsia

📋 copy color: '#C52DCE'

red 197 ◦ green 45 ◦ blue 206

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

Shades of Fuchsia #C52DCE

Tints of Fuchsia #C52DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 43.97%
G = 10.04%
B = 45.98%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C52DCE (or 0xC52DCE) is known color: Fuchsia. HEX triplet: C5, 2D and CE. RGB value is (197,45,206). Sum of RGB (Red+Green+Blue) = 197+45+206=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #C52DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52DCE is #3AD231. Grayscale: #6C6C6C. Windows color (decimal): -3854898 or 13512133. OLE color: 13512133.

HSL color Cylindrical-coordinate representation of color #C52DCE: hue angle of 296.65º 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 #C52DCE is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 45 206 -
CMYK 0.04 0.78 0 0.19
HSL 296.65º 0.64% 0.49% -
HSV(B) 296.65º 0.78% 0.81% -
XYZ 35.1 18.2 60.06 -
YUV 108.8 182.86 190.91 -
System Red Green Blue C M Y K H S L
Decimal 197 45 206 0.04 0.78 0 0.19 296.65 0.64 0.49
Hex C5 2D CE 4 4E 0 13 129 40 31
Octal 305 55 316 4 116 0 23 451 100 61
Binary 11000101 101101 11001110 100 1001110 0 10011 100101001 1000000 110001

Color Harmonies of #C52DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52DCE

Black with #C52DCE

Text Example


Text Example

White with #C52DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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