Html Css Color HEX #CC09BE Deep Magenta

📋 copy color: '#CC09BE'

red 204 ◦ green 9 ◦ blue 190

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

Shades of Deep Magenta #CC09BE

Tints of Deep Magenta #CC09BE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.23%

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 50.62%
G = 2.23%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC09BE (or 0xCC09BE) is known color: Deep Magenta. HEX triplet: CC, 09 and BE. RGB value is (204,9,190). Sum of RGB (Red+Green+Blue) = 204+9+190=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09BE is #33F641. Grayscale: #575757. Windows color (decimal): -3405378 or 12454348. OLE color: 12454348.

HSL color Cylindrical-coordinate representation of color #CC09BE: hue angle of 304.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09BE is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 9 190 -
CMYK 0 0.96 0.07 0.2
HSL 304.31º 0.92% 0.42% -
HSV(B) 304.31º 0.96% 0.8% -
XYZ 34.29 16.75 50.14 -
YUV 87.94 185.6 210.78 -
System Red Green Blue C M Y K H S L
Decimal 204 9 190 0 0.96 0.07 0.2 304.31 0.92 0.42
Hex CC 9 BE 0 60 7 14 130 5C 2A
Octal 314 11 276 0 140 7 24 460 134 52
Binary 11001100 1001 10111110 0 1100000 111 10100 100110000 1011100 101010

Color Harmonies of #CC09BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09BE

Black with #CC09BE

Text Example


Text Example

White with #CC09BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09BE; }

 p { color: rgb(204,9,190); }

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

background-color css

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

 a { background-color: rgb(204,9,190); }

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

border-color css

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

 span { border-color: rgb(204,9,190); }

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