Html Css Color HEX #CC0673 Medium Violet Red

📋 copy color: '#CC0673'

red 204 ◦ green 6 ◦ blue 115

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

Shades of Medium Violet Red #CC0673

Tints of Medium Violet Red #CC0673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.38%

R = 62.77%
G = 1.85%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC0673 (or 0xCC0673) is known color: Medium Violet Red. HEX triplet: CC, 06 and 73. RGB value is (204,6,115). Sum of RGB (Red+Green+Blue) = 204+6+115=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0673 is #33F98C. Grayscale: #4D4D4D. Windows color (decimal): -3406221 or 7538380. OLE color: 7538380.

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

Color convert

RGB 204 6 115 -
CMYK 0 0.97 0.44 0.2
HSL 326.97º 0.94% 0.41% -
HSV(B) 326.97º 0.97% 0.8% -
XYZ 28.06 14.21 17.48 -
YUV 77.63 149.1 218.14 -
System Red Green Blue C M Y K H S L
Decimal 204 6 115 0 0.97 0.44 0.2 326.97 0.94 0.41
Hex CC 6 73 0 61 2C 14 147 5E 29
Octal 314 6 163 0 141 54 24 507 136 51
Binary 11001100 110 1110011 0 1100001 101100 10100 101000111 1011110 101001

Color Harmonies of #CC0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0673

Black with #CC0673

Text Example


Text Example

White with #CC0673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0673; }

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

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

background-color css

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

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

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

border-color css

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

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

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