Html Css Color HEX #C52FCB Fuchsia

📋 copy color: '#C52FCB'

red 197 ◦ green 47 ◦ blue 203

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

Shades of Fuchsia #C52FCB

Tints of Fuchsia #C52FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.51%

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 44.07%
G = 10.51%
B = 45.41%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C52FCB (or 0xC52FCB) is known color: Fuchsia. HEX triplet: C5, 2F and CB. RGB value is (197,47,203). Sum of RGB (Red+Green+Blue) = 197+47+203=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #C52FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FCB is #3AD034. Grayscale: #6D6D6D. Windows color (decimal): -3854389 or 13316037. OLE color: 13316037.

HSL color Cylindrical-coordinate representation of color #C52FCB: hue angle of 297.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52FCB is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 47 203 -
CMYK 0.03 0.77 0 0.20
HSL 297.69º 0.62% 0.49% -
HSV(B) 297.69º 0.77% 0.8% -
XYZ 34.82 18.22 58.18 -
YUV 109.63 180.7 190.32 -
System Red Green Blue C M Y K H S L
Decimal 197 47 203 0.03 0.77 0 0.20 297.69 0.62 0.49
Hex C5 2F CB 3 4D 0 14 12A 3E 31
Octal 305 57 313 3 115 0 24 452 76 61
Binary 11000101 101111 11001011 11 1001101 0 10100 100101010 111110 110001

Color Harmonies of #C52FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52FCB

Black with #C52FCB

Text Example


Text Example

White with #C52FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52FCB; }

 p { color: rgb(197,47,203); }

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

background-color css

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

 a { background-color: rgb(197,47,203); }

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

border-color css

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

 span { border-color: rgb(197,47,203); }

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