Html Css Color HEX #C002BC Deep Magenta

📋 copy color: '#C002BC'

red 192 ◦ green 2 ◦ blue 188

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

Shades of Deep Magenta #C002BC

Tints of Deep Magenta #C002BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 50.26%
G = 0.52%
B = 49.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C002BC (or 0xC002BC) is known color: Deep Magenta. HEX triplet: C0, 02 and BC. RGB value is (192,2,188). Sum of RGB (Red+Green+Blue) = 192+2+188=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C002BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002BC is #3FFD43. Grayscale: #4F4F4F. Windows color (decimal): -4193604 or 12321472. OLE color: 12321472.

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

Color convert

RGB 192 2 188 -
CMYK 0 0.99 0.02 0.25
HSL 301.26º 0.98% 0.38% -
HSV(B) 301.26º 0.99% 0.75% -
XYZ 30.84 14.88 48.82 -
YUV 80.01 188.95 207.88 -
System Red Green Blue C M Y K H S L
Decimal 192 2 188 0 0.99 0.02 0.25 301.26 0.98 0.38
Hex C0 2 BC 0 63 2 19 12D 62 26
Octal 300 2 274 0 143 2 31 455 142 46
Binary 11000000 10 10111100 0 1100011 10 11001 100101101 1100010 100110

Color Harmonies of #C002BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002BC

Black with #C002BC

Text Example


Text Example

White with #C002BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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