Html Css Color HEX #C52CBC Fuchsia

📋 copy color: '#C52CBC'

red 197 ◦ green 44 ◦ blue 188

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

Shades of Fuchsia #C52CBC

Tints of Fuchsia #C52CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 45.92%
G = 10.26%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C52CBC (or 0xC52CBC) is known color: Fuchsia. HEX triplet: C5, 2C and BC. RGB value is (197,44,188). Sum of RGB (Red+Green+Blue) = 197+44+188=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C52CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CBC is #3AD343. Grayscale: #696969. Windows color (decimal): -3855172 or 12332229. OLE color: 12332229.

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

Color convert

RGB 197 44 188 -
CMYK 0 0.78 0.05 0.23
HSL 303.53º 0.63% 0.47% -
HSV(B) 303.53º 0.78% 0.77% -
XYZ 33 17.3 49.18 -
YUV 106.16 174.19 192.79 -
System Red Green Blue C M Y K H S L
Decimal 197 44 188 0 0.78 0.05 0.23 303.53 0.63 0.47
Hex C5 2C BC 0 4E 5 17 130 3F 2F
Octal 305 54 274 0 116 5 27 460 77 57
Binary 11000101 101100 10111100 0 1001110 101 10111 100110000 111111 101111

Color Harmonies of #C52CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CBC

Black with #C52CBC

Text Example


Text Example

White with #C52CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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