Html Css Color HEX #C52CBD Fuchsia

📋 copy color: '#C52CBD'

red 197 ◦ green 44 ◦ blue 189

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

Shades of Fuchsia #C52CBD

Tints of Fuchsia #C52CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.23%

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 45.81%
G = 10.23%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C52CBD (or 0xC52CBD) is known color: Fuchsia. HEX triplet: C5, 2C and BD. RGB value is (197,44,189). Sum of RGB (Red+Green+Blue) = 197+44+189=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C52CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CBD is #3AD342. Grayscale: #696969. Windows color (decimal): -3855171 or 12397765. OLE color: 12397765.

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

Color convert

RGB 197 44 189 -
CMYK 0 0.78 0.04 0.23
HSL 303.14º 0.63% 0.47% -
HSV(B) 303.14º 0.78% 0.77% -
XYZ 33.11 17.35 49.75 -
YUV 106.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 197 44 189 0 0.78 0.04 0.23 303.14 0.63 0.47
Hex C5 2C BD 0 4E 4 17 12F 3F 2F
Octal 305 54 275 0 116 4 27 457 77 57
Binary 11000101 101100 10111101 0 1001110 100 10111 100101111 111111 101111

Color Harmonies of #C52CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CBD

Black with #C52CBD

Text Example


Text Example

White with #C52CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CBD; }

 p { color: rgb(197,44,189); }

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

background-color css

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

 a { background-color: rgb(197,44,189); }

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

border-color css

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

 span { border-color: rgb(197,44,189); }

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