Html Css Color HEX #CC06A7 Medium Violet Red

📋 copy color: '#CC06A7'

red 204 ◦ green 6 ◦ blue 167

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

Shades of Medium Violet Red #CC06A7

Tints of Medium Violet Red #CC06A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.3%

R = 54.11%
G = 1.59%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC06A7 (or 0xCC06A7) is known color: Medium Violet Red. HEX triplet: CC, 06 and A7. RGB value is (204,6,167). Sum of RGB (Red+Green+Blue) = 204+6+167=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC06A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC06A7 is #33F958. Grayscale: #535353. Windows color (decimal): -3406169 or 10946252. OLE color: 10946252.

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

Color convert

RGB 204 6 167 -
CMYK 0 0.97 0.18 0.2
HSL 311.21º 0.94% 0.41% -
HSV(B) 311.21º 0.97% 0.8% -
XYZ 31.94 15.76 37.92 -
YUV 83.56 175.1 213.91 -
System Red Green Blue C M Y K H S L
Decimal 204 6 167 0 0.97 0.18 0.2 311.21 0.94 0.41
Hex CC 6 A7 0 61 12 14 137 5E 29
Octal 314 6 247 0 141 22 24 467 136 51
Binary 11001100 110 10100111 0 1100001 10010 10100 100110111 1011110 101001

Color Harmonies of #CC06A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06A7

Black with #CC06A7

Text Example


Text Example

White with #CC06A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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