Html Css Color HEX #CC0CBC Deep Magenta

📋 copy color: '#CC0CBC'

red 204 ◦ green 12 ◦ blue 188

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

Shades of Deep Magenta #CC0CBC

Tints of Deep Magenta #CC0CBC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.97%

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

R = 50.5%
G = 2.97%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC0CBC (or 0xCC0CBC) is known color: Deep Magenta. HEX triplet: CC, 0C and BC. RGB value is (204,12,188). Sum of RGB (Red+Green+Blue) = 204+12+188=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CBC is #33F343. Grayscale: #585858. Windows color (decimal): -3404612 or 12324044. OLE color: 12324044.

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

Color convert

RGB 204 12 188 -
CMYK 0 0.94 0.08 0.2
HSL 305º 0.89% 0.42% -
HSV(B) 305º 0.94% 0.8% -
XYZ 34.11 16.73 49.01 -
YUV 89.47 183.61 209.69 -
System Red Green Blue C M Y K H S L
Decimal 204 12 188 0 0.94 0.08 0.2 305 0.89 0.42
Hex CC C BC 0 5E 8 14 131 59 2A
Octal 314 14 274 0 136 10 24 461 131 52
Binary 11001100 1100 10111100 0 1011110 1000 10100 100110001 1011001 101010

Color Harmonies of #CC0CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0CBC

Black with #CC0CBC

Text Example


Text Example

White with #CC0CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0CBC; }

 p { color: rgb(204,12,188); }

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

background-color css

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

 a { background-color: rgb(204,12,188); }

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

border-color css

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

 span { border-color: rgb(204,12,188); }

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