Html Css Color HEX #C00BDC Deep Magenta

📋 copy color: '#C00BDC'

red 192 ◦ green 11 ◦ blue 220

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

Shades of Deep Magenta #C00BDC

Tints of Deep Magenta #C00BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.6%

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 45.39%
G = 2.6%
B = 52.01%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C00BDC (or 0xC00BDC) is known color: Deep Magenta. HEX triplet: C0, 0B and DC. RGB value is (192,11,220). Sum of RGB (Red+Green+Blue) = 192+11+220=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #C00BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BDC is #3FF423. Grayscale: #585858. Windows color (decimal): -4191268 or 14420928. OLE color: 14420928.

HSL color Cylindrical-coordinate representation of color #C00BDC: hue angle of 291.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00BDC is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 11 220 -
CMYK 0.13 0.95 0 0.14
HSL 291.96º 0.9% 0.45% -
HSV(B) 291.96º 0.95% 0.86% -
XYZ 34.78 16.61 69.08 -
YUV 88.95 201.97 201.51 -
System Red Green Blue C M Y K H S L
Decimal 192 11 220 0.13 0.95 0 0.14 291.96 0.9 0.45
Hex C0 B DC D 5F 0 E 124 5A 2D
Octal 300 13 334 15 137 0 16 444 132 55
Binary 11000000 1011 11011100 1101 1011111 0 1110 100100100 1011010 101101

Color Harmonies of #C00BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BDC

Black with #C00BDC

Text Example


Text Example

White with #C00BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BDC; }

 p { color: rgb(192,11,220); }

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

background-color css

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

 a { background-color: rgb(192,11,220); }

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

border-color css

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

 span { border-color: rgb(192,11,220); }

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