Html Css Color HEX #CC1795 Medium Violet Red

📋 copy color: '#CC1795'

red 204 ◦ green 23 ◦ blue 149

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

Shades of Medium Violet Red #CC1795

Tints of Medium Violet Red #CC1795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.63%

R = 54.26%
G = 6.12%
B = 39.63%

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

#CC1795 (or 0xCC1795) is known color: Medium Violet Red. HEX triplet: CC, 17 and 95. RGB value is (204,23,149). Sum of RGB (Red+Green+Blue) = 204+23+149=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1795 is #33E86A. Grayscale: #5B5B5B. Windows color (decimal): -3401835 or 9770956. OLE color: 9770956.

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

Color convert

RGB 204 23 149 -
CMYK 0 0.89 0.27 0.2
HSL 318.23º 0.8% 0.45% -
HSV(B) 318.23º 0.89% 0.8% -
XYZ 30.63 15.62 29.83 -
YUV 91.48 160.47 208.25 -
System Red Green Blue C M Y K H S L
Decimal 204 23 149 0 0.89 0.27 0.2 318.23 0.8 0.45
Hex CC 17 95 0 59 1B 14 13E 50 2D
Octal 314 27 225 0 131 33 24 476 120 55
Binary 11001100 10111 10010101 0 1011001 11011 10100 100111110 1010000 101101

Color Harmonies of #CC1795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1795

Black with #CC1795

Text Example


Text Example

White with #CC1795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1795; }

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

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

background-color css

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

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

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

border-color css

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

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

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