Html Css Color HEX #C52DB9 Fuchsia

📋 copy color: '#C52DB9'

red 197 ◦ green 45 ◦ blue 185

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

Shades of Fuchsia #C52DB9

Tints of Fuchsia #C52DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.33%

R = 46.14%
G = 10.54%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C52DB9 (or 0xC52DB9) is known color: Fuchsia. HEX triplet: C5, 2D and B9. RGB value is (197,45,185). Sum of RGB (Red+Green+Blue) = 197+45+185=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C52DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52DB9 is #3AD246. Grayscale: #6A6A6A. Windows color (decimal): -3854919 or 12135877. OLE color: 12135877.

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

Color convert

RGB 197 45 185 -
CMYK 0 0.77 0.06 0.23
HSL 304.74º 0.63% 0.47% -
HSV(B) 304.74º 0.77% 0.77% -
XYZ 32.72 17.25 47.5 -
YUV 106.41 172.36 192.62 -
System Red Green Blue C M Y K H S L
Decimal 197 45 185 0 0.77 0.06 0.23 304.74 0.63 0.47
Hex C5 2D B9 0 4D 6 17 131 3F 2F
Octal 305 55 271 0 115 6 27 461 77 57
Binary 11000101 101101 10111001 0 1001101 110 10111 100110001 111111 101111

Color Harmonies of #C52DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52DB9

Black with #C52DB9

Text Example


Text Example

White with #C52DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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