Html Css Color HEX #CC0BCA Deep Magenta

📋 copy color: '#CC0BCA'

red 204 ◦ green 11 ◦ blue 202

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

Shades of Deep Magenta #CC0BCA

Tints of Deep Magenta #CC0BCA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.64%

 BLUE value IS 202 (79.3% from 255) = 48.44%

R = 48.92%
G = 2.64%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC0BCA (or 0xCC0BCA) is known color: Deep Magenta. HEX triplet: CC, 0B and CA. RGB value is (204,11,202). Sum of RGB (Red+Green+Blue) = 204+11+202=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BCA is #33F435. Grayscale: #595959. Windows color (decimal): -3404854 or 13241292. OLE color: 13241292.

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

Color convert

RGB 204 11 202 -
CMYK 0 0.95 0.01 0.2
HSL 300.62º 0.9% 0.42% -
HSV(B) 300.62º 0.95% 0.8% -
XYZ 35.68 17.34 57.34 -
YUV 90.48 190.94 208.97 -
System Red Green Blue C M Y K H S L
Decimal 204 11 202 0 0.95 0.01 0.2 300.62 0.9 0.42
Hex CC B CA 0 5F 1 14 12D 5A 2A
Octal 314 13 312 0 137 1 24 455 132 52
Binary 11001100 1011 11001010 0 1011111 1 10100 100101101 1011010 101010

Color Harmonies of #CC0BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0BCA

Black with #CC0BCA

Text Example


Text Example

White with #CC0BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0BCA; }

 p { color: rgb(204,11,202); }

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

background-color css

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

 a { background-color: rgb(204,11,202); }

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

border-color css

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

 span { border-color: rgb(204,11,202); }

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