Html Css Color HEX #CC2794 Medium Violet Red

📋 copy color: '#CC2794'

red 204 ◦ green 39 ◦ blue 148

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

Shades of Medium Violet Red #CC2794

Tints of Medium Violet Red #CC2794

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.97%

 BLUE value IS 148 (58.2% from 255) = 37.85%

R = 52.17%
G = 9.97%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC2794 (or 0xCC2794) is known color: Medium Violet Red. HEX triplet: CC, 27 and 94. RGB value is (204,39,148). Sum of RGB (Red+Green+Blue) = 204+39+148=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2794 is #33D86B. Grayscale: #646464. Windows color (decimal): -3397740 or 9709516. OLE color: 9709516.

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

Color convert

RGB 204 39 148 -
CMYK 0 0.81 0.27 0.2
HSL 320.36º 0.68% 0.48% -
HSV(B) 320.36º 0.81% 0.8% -
XYZ 30.97 16.43 29.56 -
YUV 100.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 204 39 148 0 0.81 0.27 0.2 320.36 0.68 0.48
Hex CC 27 94 0 51 1B 14 140 44 30
Octal 314 47 224 0 121 33 24 500 104 60
Binary 11001100 100111 10010100 0 1010001 11011 10100 101000000 1000100 110000

Color Harmonies of #CC2794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2794

Black with #CC2794

Text Example


Text Example

White with #CC2794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2794; }

 p { color: rgb(204,39,148); }

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

background-color css

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

 a { background-color: rgb(204,39,148); }

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

border-color css

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

 span { border-color: rgb(204,39,148); }

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