Html Css Color HEX #C022B2 Deep Magenta

📋 copy color: '#C022B2'

red 192 ◦ green 34 ◦ blue 178

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

Shades of Deep Magenta #C022B2

Tints of Deep Magenta #C022B2

RGB

 RED value IS 192 (75.39% from 255) = 47.52%

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

 BLUE value IS 178 (69.92% from 255) = 44.06%

R = 47.52%
G = 8.42%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C022B2 (or 0xC022B2) is known color: Deep Magenta. HEX triplet: C0, 22 and B2. RGB value is (192,34,178). Sum of RGB (Red+Green+Blue) = 192+34+178=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C022B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C022B2 is #3FDD4D. Grayscale: #616161. Windows color (decimal): -4185422 or 11674304. OLE color: 11674304.

HSL color Cylindrical-coordinate representation of color #C022B2: hue angle of 305.32º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C022B2 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 178 -
CMYK 0 0.82 0.07 0.25
HSL 305.32º 0.7% 0.44% -
HSV(B) 305.32º 0.82% 0.75% -
XYZ 30.35 15.56 43.52 -
YUV 97.66 173.35 195.29 -
System Red Green Blue C M Y K H S L
Decimal 192 34 178 0 0.82 0.07 0.25 305.32 0.7 0.44
Hex C0 22 B2 0 52 7 19 131 46 2C
Octal 300 42 262 0 122 7 31 461 106 54
Binary 11000000 100010 10110010 0 1010010 111 11001 100110001 1000110 101100

Color Harmonies of #C022B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C022B2

Black with #C022B2

Text Example


Text Example

White with #C022B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C022B2; }

 p { color: rgb(192,34,178); }

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

background-color css

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

 a { background-color: rgb(192,34,178); }

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

border-color css

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

 span { border-color: rgb(192,34,178); }

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