Html Css Color HEX #CB0EBA Deep Magenta

📋 copy color: '#CB0EBA'

red 203 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #CB0EBA

Tints of Deep Magenta #CB0EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 50.37%
G = 3.47%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB0EBA (or 0xCB0EBA) is known color: Deep Magenta. HEX triplet: CB, 0E and BA. RGB value is (203,14,186). Sum of RGB (Red+Green+Blue) = 203+14+186=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0EBA is #34F145. Grayscale: #595959. Windows color (decimal): -3469638 or 12193483. OLE color: 12193483.

HSL color Cylindrical-coordinate representation of color #CB0EBA: hue angle of 305.4º 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 #CB0EBA is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 14 186 -
CMYK 0 0.93 0.08 0.20
HSL 305.4º 0.87% 0.43% -
HSV(B) 305.4º 0.93% 0.8% -
XYZ 33.65 16.56 47.88 -
YUV 90.12 182.12 208.51 -
System Red Green Blue C M Y K H S L
Decimal 203 14 186 0 0.93 0.08 0.20 305.4 0.87 0.43
Hex CB E BA 0 5D 8 14 131 57 2B
Octal 313 16 272 0 135 10 24 461 127 53
Binary 11001011 1110 10111010 0 1011101 1000 10100 100110001 1010111 101011

Color Harmonies of #CB0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0EBA

Black with #CB0EBA

Text Example


Text Example

White with #CB0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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