Html Css Color HEX #CC06B3 Deep Magenta

📋 copy color: '#CC06B3'

red 204 ◦ green 6 ◦ blue 179

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

Shades of Deep Magenta #CC06B3

Tints of Deep Magenta #CC06B3

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.54%

 BLUE value IS 179 (70.31% from 255) = 46.02%

R = 52.44%
G = 1.54%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC06B3 (or 0xCC06B3) is known color: Deep Magenta. HEX triplet: CC, 06 and B3. RGB value is (204,6,179). Sum of RGB (Red+Green+Blue) = 204+6+179=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC06B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC06B3 is #33F94C. Grayscale: #545454. Windows color (decimal): -3406157 or 11732684. OLE color: 11732684.

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

Color convert

RGB 204 6 179 -
CMYK 0 0.97 0.12 0.2
HSL 307.58º 0.94% 0.41% -
HSV(B) 307.58º 0.97% 0.8% -
XYZ 33.1 16.22 44.03 -
YUV 84.92 181.1 212.93 -
System Red Green Blue C M Y K H S L
Decimal 204 6 179 0 0.97 0.12 0.2 307.58 0.94 0.41
Hex CC 6 B3 0 61 C 14 134 5E 29
Octal 314 6 263 0 141 14 24 464 136 51
Binary 11001100 110 10110011 0 1100001 1100 10100 100110100 1011110 101001

Color Harmonies of #CC06B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06B3

Black with #CC06B3

Text Example


Text Example

White with #CC06B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06B3; }

 p { color: rgb(204,6,179); }

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

background-color css

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

 a { background-color: rgb(204,6,179); }

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

border-color css

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

 span { border-color: rgb(204,6,179); }

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