Html Css Color HEX #CC08AF Deep Magenta

📋 copy color: '#CC08AF'

red 204 ◦ green 8 ◦ blue 175

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

Shades of Deep Magenta #CC08AF

Tints of Deep Magenta #CC08AF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.07%

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 52.71%
G = 2.07%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC08AF (or 0xCC08AF) is known color: Deep Magenta. HEX triplet: CC, 08 and AF. RGB value is (204,8,175). Sum of RGB (Red+Green+Blue) = 204+8+175=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC08AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC08AF is #33F750. Grayscale: #555555. Windows color (decimal): -3405649 or 11471052. OLE color: 11471052.

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

Color convert

RGB 204 8 175 -
CMYK 0 0.96 0.14 0.2
HSL 308.88º 0.92% 0.42% -
HSV(B) 308.88º 0.96% 0.8% -
XYZ 32.73 16.11 41.94 -
YUV 85.64 178.43 212.42 -
System Red Green Blue C M Y K H S L
Decimal 204 8 175 0 0.96 0.14 0.2 308.88 0.92 0.42
Hex CC 8 AF 0 60 E 14 135 5C 2A
Octal 314 10 257 0 140 16 24 465 134 52
Binary 11001100 1000 10101111 0 1100000 1110 10100 100110101 1011100 101010

Color Harmonies of #CC08AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC08AF

Black with #CC08AF

Text Example


Text Example

White with #CC08AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC08AF; }

 p { color: rgb(204,8,175); }

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

background-color css

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

 a { background-color: rgb(204,8,175); }

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

border-color css

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

 span { border-color: rgb(204,8,175); }

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