Html Css Color HEX #CC1794 Medium Violet Red

📋 copy color: '#CC1794'

red 204 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #CC1794

Tints of Medium Violet Red #CC1794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.13%

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

R = 54.4%
G = 6.13%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC1794 (or 0xCC1794) is known color: Medium Violet Red. HEX triplet: CC, 17 and 94. RGB value is (204,23,148). Sum of RGB (Red+Green+Blue) = 204+23+148=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1794 is #33E86B. Grayscale: #5B5B5B. Windows color (decimal): -3401836 or 9705420. OLE color: 9705420.

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

Color convert

RGB 204 23 148 -
CMYK 0 0.89 0.27 0.2
HSL 318.56º 0.8% 0.45% -
HSV(B) 318.56º 0.89% 0.8% -
XYZ 30.55 15.59 29.42 -
YUV 91.37 159.97 208.34 -
System Red Green Blue C M Y K H S L
Decimal 204 23 148 0 0.89 0.27 0.2 318.56 0.8 0.45
Hex CC 17 94 0 59 1B 14 13F 50 2D
Octal 314 27 224 0 131 33 24 477 120 55
Binary 11001100 10111 10010100 0 1011001 11011 10100 100111111 1010000 101101

Color Harmonies of #CC1794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1794

Black with #CC1794

Text Example


Text Example

White with #CC1794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1794; }

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

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

background-color css

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

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

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

border-color css

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

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

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