Html Css Color HEX #C00BBD Deep Magenta

📋 copy color: '#C00BBD'

red 192 ◦ green 11 ◦ blue 189

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

Shades of Deep Magenta #C00BBD

Tints of Deep Magenta #C00BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 48.98%
G = 2.81%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C00BBD (or 0xC00BBD) is known color: Deep Magenta. HEX triplet: C0, 0B and BD. RGB value is (192,11,189). Sum of RGB (Red+Green+Blue) = 192+11+189=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C00BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BBD is #3FF442. Grayscale: #545454. Windows color (decimal): -4191299 or 12389312. OLE color: 12389312.

HSL color Cylindrical-coordinate representation of color #C00BBD: hue angle of 300.99º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00BBD is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 11 189 -
CMYK 0 0.94 0.02 0.25
HSL 300.99º 0.89% 0.4% -
HSV(B) 300.99º 0.94% 0.75% -
XYZ 31.04 15.12 49.43 -
YUV 85.41 186.47 204.03 -
System Red Green Blue C M Y K H S L
Decimal 192 11 189 0 0.94 0.02 0.25 300.99 0.89 0.4
Hex C0 B BD 0 5E 2 19 12D 59 28
Octal 300 13 275 0 136 2 31 455 131 50
Binary 11000000 1011 10111101 0 1011110 10 11001 100101101 1011001 101000

Color Harmonies of #C00BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BBD

Black with #C00BBD

Text Example


Text Example

White with #C00BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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