Html Css Color HEX #CC2ACB Deep Magenta

📋 copy color: '#CC2ACB'

red 204 ◦ green 42 ◦ blue 203

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

Shades of Deep Magenta #CC2ACB

Tints of Deep Magenta #CC2ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.35%

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 45.43%
G = 9.35%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC2ACB (or 0xCC2ACB) is known color: Deep Magenta. HEX triplet: CC, 2A and CB. RGB value is (204,42,203). Sum of RGB (Red+Green+Blue) = 204+42+203=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2ACB is #33D534. Grayscale: #6C6C6C. Windows color (decimal): -3396917 or 13314764. OLE color: 13314764.

HSL color Cylindrical-coordinate representation of color #CC2ACB: hue angle of 300.37º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2ACB is Cyan = 0, Magento = 0.79, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 42 203 -
CMYK 0 0.79 0.00 0.2
HSL 300.37º 0.66% 0.48% -
HSV(B) 300.37º 0.79% 0.8% -
XYZ 36.51 18.81 58.21 -
YUV 108.79 181.17 195.91 -
System Red Green Blue C M Y K H S L
Decimal 204 42 203 0 0.79 0.00 0.2 300.37 0.66 0.48
Hex CC 2A CB 0 4F 0 14 12C 42 30
Octal 314 52 313 0 117 0 24 454 102 60
Binary 11001100 101010 11001011 0 1001111 0 10100 100101100 1000010 110000

Color Harmonies of #CC2ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2ACB

Black with #CC2ACB

Text Example


Text Example

White with #CC2ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2ACB; }

 p { color: rgb(204,42,203); }

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

background-color css

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

 a { background-color: rgb(204,42,203); }

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

border-color css

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

 span { border-color: rgb(204,42,203); }

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