Html Css Color HEX #C00BDD Deep Magenta

📋 copy color: '#C00BDD'

red 192 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #C00BDD

Tints of Deep Magenta #C00BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 45.28%
G = 2.59%
B = 52.12%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C00BDD (or 0xC00BDD) is known color: Deep Magenta. HEX triplet: C0, 0B and DD. RGB value is (192,11,221). Sum of RGB (Red+Green+Blue) = 192+11+221=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #C00BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BDD is #3FF422. Grayscale: #585858. Windows color (decimal): -4191267 or 14486464. OLE color: 14486464.

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

Color convert

RGB 192 11 221 -
CMYK 0.13 0.95 0 0.13
HSL 291.71º 0.91% 0.45% -
HSV(B) 291.71º 0.95% 0.87% -
XYZ 34.91 16.67 69.78 -
YUV 89.06 202.47 201.42 -
System Red Green Blue C M Y K H S L
Decimal 192 11 221 0.13 0.95 0 0.13 291.71 0.91 0.45
Hex C0 B DD D 5F 0 D 124 5B 2D
Octal 300 13 335 15 137 0 15 444 133 55
Binary 11000000 1011 11011101 1101 1011111 0 1101 100100100 1011011 101101

Color Harmonies of #C00BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BDD

Black with #C00BDD

Text Example


Text Example

White with #C00BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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