Html Css Color HEX #C022B0 Deep Magenta

📋 copy color: '#C022B0'

red 192 ◦ green 34 ◦ blue 176

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

Shades of Deep Magenta #C022B0

Tints of Deep Magenta #C022B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.78%

R = 47.76%
G = 8.46%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C022B0 (or 0xC022B0) is known color: Deep Magenta. HEX triplet: C0, 22 and B0. RGB value is (192,34,176). Sum of RGB (Red+Green+Blue) = 192+34+176=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C022B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C022B0 is #3FDD4F. Grayscale: #616161. Windows color (decimal): -4185424 or 11543232. OLE color: 11543232.

HSL color Cylindrical-coordinate representation of color #C022B0: hue angle of 306.08º 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 #C022B0 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 176 -
CMYK 0 0.82 0.08 0.25
HSL 306.08º 0.7% 0.44% -
HSV(B) 306.08º 0.82% 0.75% -
XYZ 30.15 15.49 42.47 -
YUV 97.43 172.35 195.45 -
System Red Green Blue C M Y K H S L
Decimal 192 34 176 0 0.82 0.08 0.25 306.08 0.7 0.44
Hex C0 22 B0 0 52 8 19 132 46 2C
Octal 300 42 260 0 122 10 31 462 106 54
Binary 11000000 100010 10110000 0 1010010 1000 11001 100110010 1000110 101100

Color Harmonies of #C022B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C022B0

Black with #C022B0

Text Example


Text Example

White with #C022B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C022B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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