Html Css Color HEX #C002BE Deep Magenta

📋 copy color: '#C002BE'

red 192 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #C002BE

Tints of Deep Magenta #C002BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 50%
G = 0.52%
B = 49.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C002BE (or 0xC002BE) is known color: Deep Magenta. HEX triplet: C0, 02 and BE. RGB value is (192,2,190). Sum of RGB (Red+Green+Blue) = 192+2+190=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C002BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002BE is #3FFD41. Grayscale: #4F4F4F. Windows color (decimal): -4193602 or 12452544. OLE color: 12452544.

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

Color convert

RGB 192 2 190 -
CMYK 0 0.99 0.01 0.25
HSL 300.63º 0.98% 0.38% -
HSV(B) 300.63º 0.99% 0.75% -
XYZ 31.05 14.97 49.97 -
YUV 80.24 189.95 207.71 -
System Red Green Blue C M Y K H S L
Decimal 192 2 190 0 0.99 0.01 0.25 300.63 0.98 0.38
Hex C0 2 BE 0 63 1 19 12D 62 26
Octal 300 2 276 0 143 1 31 455 142 46
Binary 11000000 10 10111110 0 1100011 1 11001 100101101 1100010 100110

Color Harmonies of #C002BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002BE

Black with #C002BE

Text Example


Text Example

White with #C002BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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