Html Css Color HEX #CC0EBA Deep Magenta

📋 copy color: '#CC0EBA'

red 204 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #CC0EBA

Tints of Deep Magenta #CC0EBA

RGB

 RED value IS 204 (80.08% from 255) = 50.5%

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

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

R = 50.5%
G = 3.47%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC0EBA (or 0xCC0EBA) is known color: Deep Magenta. HEX triplet: CC, 0E and BA. RGB value is (204,14,186). Sum of RGB (Red+Green+Blue) = 204+14+186=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0EBA is #33F145. Grayscale: #595959. Windows color (decimal): -3404102 or 12193484. OLE color: 12193484.

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

Color convert

RGB 204 14 186 -
CMYK 0 0.93 0.09 0.2
HSL 305.68º 0.87% 0.43% -
HSV(B) 305.68º 0.93% 0.8% -
XYZ 33.92 16.7 47.89 -
YUV 90.42 181.95 209.01 -
System Red Green Blue C M Y K H S L
Decimal 204 14 186 0 0.93 0.09 0.2 305.68 0.87 0.43
Hex CC E BA 0 5D 9 14 132 57 2B
Octal 314 16 272 0 135 11 24 462 127 53
Binary 11001100 1110 10111010 0 1011101 1001 10100 100110010 1010111 101011

Color Harmonies of #CC0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0EBA

Black with #CC0EBA

Text Example


Text Example

White with #CC0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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