Html Css Color HEX #C52DBE Fuchsia

📋 copy color: '#C52DBE'

red 197 ◦ green 45 ◦ blue 190

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

Shades of Fuchsia #C52DBE

Tints of Fuchsia #C52DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 45.6%
G = 10.42%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C52DBE (or 0xC52DBE) is known color: Fuchsia. HEX triplet: C5, 2D and BE. RGB value is (197,45,190). Sum of RGB (Red+Green+Blue) = 197+45+190=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C52DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52DBE is #3AD241. Grayscale: #6A6A6A. Windows color (decimal): -3854914 or 12463557. OLE color: 12463557.

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

Color convert

RGB 197 45 190 -
CMYK 0 0.77 0.04 0.23
HSL 302.76º 0.63% 0.47% -
HSV(B) 302.76º 0.77% 0.77% -
XYZ 33.26 17.46 50.33 -
YUV 106.98 174.86 192.21 -
System Red Green Blue C M Y K H S L
Decimal 197 45 190 0 0.77 0.04 0.23 302.76 0.63 0.47
Hex C5 2D BE 0 4D 4 17 12F 3F 2F
Octal 305 55 276 0 115 4 27 457 77 57
Binary 11000101 101101 10111110 0 1001101 100 10111 100101111 111111 101111

Color Harmonies of #C52DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52DBE

Black with #C52DBE

Text Example


Text Example

White with #C52DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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