Html Css Color HEX #C00BCA Deep Magenta

📋 copy color: '#C00BCA'

red 192 ◦ green 11 ◦ blue 202

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

Shades of Deep Magenta #C00BCA

Tints of Deep Magenta #C00BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 47.41%
G = 2.72%
B = 49.88%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C00BCA (or 0xC00BCA) is known color: Deep Magenta. HEX triplet: C0, 0B and CA. RGB value is (192,11,202). Sum of RGB (Red+Green+Blue) = 192+11+202=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #C00BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BCA is #3FF435. Grayscale: #565656. Windows color (decimal): -4191286 or 13241280. OLE color: 13241280.

HSL color Cylindrical-coordinate representation of color #C00BCA: hue angle of 296.86º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00BCA is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 11 202 -
CMYK 0.05 0.95 0 0.21
HSL 296.86º 0.9% 0.42% -
HSV(B) 296.86º 0.95% 0.79% -
XYZ 32.52 15.71 57.2 -
YUV 86.89 192.97 202.97 -
System Red Green Blue C M Y K H S L
Decimal 192 11 202 0.05 0.95 0 0.21 296.86 0.9 0.42
Hex C0 B CA 5 5F 0 15 129 5A 2A
Octal 300 13 312 5 137 0 25 451 132 52
Binary 11000000 1011 11001010 101 1011111 0 10101 100101001 1011010 101010

Color Harmonies of #C00BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BCA

Black with #C00BCA

Text Example


Text Example

White with #C00BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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