Html Css Color HEX #C52CCE Fuchsia

📋 copy color: '#C52CCE'

red 197 ◦ green 44 ◦ blue 206

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

Shades of Fuchsia #C52CCE

Tints of Fuchsia #C52CCE

RGB

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

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

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

R = 44.07%
G = 9.84%
B = 46.09%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C52CCE (or 0xC52CCE) is known color: Fuchsia. HEX triplet: C5, 2C and CE. RGB value is (197,44,206). Sum of RGB (Red+Green+Blue) = 197+44+206=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #C52CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CCE is #3AD331. Grayscale: #6B6B6B. Windows color (decimal): -3855154 or 13511877. OLE color: 13511877.

HSL color Cylindrical-coordinate representation of color #C52CCE: hue angle of 296.67º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52CCE is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 44 206 -
CMYK 0.04 0.79 0 0.19
HSL 296.67º 0.65% 0.49% -
HSV(B) 296.67º 0.79% 0.81% -
XYZ 35.07 18.13 60.04 -
YUV 108.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 197 44 206 0.04 0.79 0 0.19 296.67 0.65 0.49
Hex C5 2C CE 4 4F 0 13 129 41 31
Octal 305 54 316 4 117 0 23 451 101 61
Binary 11000101 101100 11001110 100 1001111 0 10011 100101001 1000001 110001

Color Harmonies of #C52CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CCE

Black with #C52CCE

Text Example


Text Example

White with #C52CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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