Html Css Color HEX #C002B0 Deep Magenta

📋 copy color: '#C002B0'

red 192 ◦ green 2 ◦ blue 176

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

Shades of Deep Magenta #C002B0

Tints of Deep Magenta #C002B0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 51.89%
G = 0.54%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C002B0 (or 0xC002B0) is known color: Deep Magenta. HEX triplet: C0, 02 and B0. RGB value is (192,2,176). Sum of RGB (Red+Green+Blue) = 192+2+176=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C002B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C002B0 is #3FFD4F. Grayscale: #4E4E4E. Windows color (decimal): -4193616 or 11535040. OLE color: 11535040.

HSL color Cylindrical-coordinate representation of color #C002B0: hue angle of 305.05º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002B0 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 176 -
CMYK 0 0.99 0.08 0.25
HSL 305.05º 0.98% 0.38% -
HSV(B) 305.05º 0.99% 0.75% -
XYZ 29.6 14.38 42.29 -
YUV 78.65 182.95 208.85 -
System Red Green Blue C M Y K H S L
Decimal 192 2 176 0 0.99 0.08 0.25 305.05 0.98 0.38
Hex C0 2 B0 0 63 8 19 131 62 26
Octal 300 2 260 0 143 10 31 461 142 46
Binary 11000000 10 10110000 0 1100011 1000 11001 100110001 1100010 100110

Color Harmonies of #C002B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002B0

Black with #C002B0

Text Example


Text Example

White with #C002B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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