Html Css Color HEX #CB0EBC Deep Magenta

📋 copy color: '#CB0EBC'

red 203 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #CB0EBC

Tints of Deep Magenta #CB0EBC

RGB

 RED value IS 203 (79.69% from 255) = 50.12%

 GREEN value IS 14 (5.86% from 255) = 3.46%

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

R = 50.12%
G = 3.46%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB0EBC (or 0xCB0EBC) is known color: Deep Magenta. HEX triplet: CB, 0E and BC. RGB value is (203,14,188). Sum of RGB (Red+Green+Blue) = 203+14+188=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0EBC is #34F143. Grayscale: #595959. Windows color (decimal): -3469636 or 12324555. OLE color: 12324555.

HSL color Cylindrical-coordinate representation of color #CB0EBC: hue angle of 304.76º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0EBC is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 14 188 -
CMYK 0 0.93 0.07 0.20
HSL 304.76º 0.87% 0.43% -
HSV(B) 304.76º 0.93% 0.8% -
XYZ 33.86 16.64 49 -
YUV 90.35 183.12 208.35 -
System Red Green Blue C M Y K H S L
Decimal 203 14 188 0 0.93 0.07 0.20 304.76 0.87 0.43
Hex CB E BC 0 5D 7 14 131 57 2B
Octal 313 16 274 0 135 7 24 461 127 53
Binary 11001011 1110 10111100 0 1011101 111 10100 100110001 1010111 101011

Color Harmonies of #CB0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0EBC

Black with #CB0EBC

Text Example


Text Example

White with #CB0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0EBC; }

 p { color: rgb(203,14,188); }

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

background-color css

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

 a { background-color: rgb(203,14,188); }

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

border-color css

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

 span { border-color: rgb(203,14,188); }

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