Html Css Color HEX #C522CB Deep Magenta

📋 copy color: '#C522CB'

red 197 ◦ green 34 ◦ blue 203

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

Shades of Deep Magenta #C522CB

Tints of Deep Magenta #C522CB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.83%

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

R = 45.39%
G = 7.83%
B = 46.77%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C522CB (or 0xC522CB) is known color: Deep Magenta. HEX triplet: C5, 22 and CB. RGB value is (197,34,203). Sum of RGB (Red+Green+Blue) = 197+34+203=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #C522CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C522CB is #3ADD34. Grayscale: #656565. Windows color (decimal): -3857717 or 13312709. OLE color: 13312709.

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

Color convert

RGB 197 34 203 -
CMYK 0.03 0.83 0 0.20
HSL 297.87º 0.71% 0.46% -
HSV(B) 297.87º 0.83% 0.8% -
XYZ 34.38 17.33 58.03 -
YUV 102 185 195.76 -
System Red Green Blue C M Y K H S L
Decimal 197 34 203 0.03 0.83 0 0.20 297.87 0.71 0.46
Hex C5 22 CB 3 53 0 14 12A 47 2E
Octal 305 42 313 3 123 0 24 452 107 56
Binary 11000101 100010 11001011 11 1010011 0 10100 100101010 1000111 101110

Color Harmonies of #C522CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C522CB

Black with #C522CB

Text Example


Text Example

White with #C522CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C522CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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