Html Css Color HEX #CC2795 Medium Violet Red

📋 copy color: '#CC2795'

red 204 ◦ green 39 ◦ blue 149

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

Shades of Medium Violet Red #CC2795

Tints of Medium Violet Red #CC2795

RGB

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

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

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

R = 52.04%
G = 9.95%
B = 38.01%

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

#CC2795 (or 0xCC2795) is known color: Medium Violet Red. HEX triplet: CC, 27 and 95. RGB value is (204,39,149). Sum of RGB (Red+Green+Blue) = 204+39+149=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2795 is #33D86A. Grayscale: #646464. Windows color (decimal): -3397739 or 9775052. OLE color: 9775052.

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

Color convert

RGB 204 39 149 -
CMYK 0 0.81 0.27 0.2
HSL 320º 0.68% 0.48% -
HSV(B) 320º 0.81% 0.8% -
XYZ 31.05 16.46 29.97 -
YUV 100.88 155.16 201.56 -
System Red Green Blue C M Y K H S L
Decimal 204 39 149 0 0.81 0.27 0.2 320 0.68 0.48
Hex CC 27 95 0 51 1B 14 140 44 30
Octal 314 47 225 0 121 33 24 500 104 60
Binary 11001100 100111 10010101 0 1010001 11011 10100 101000000 1000100 110000

Color Harmonies of #CC2795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2795

Black with #CC2795

Text Example


Text Example

White with #CC2795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2795; }

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

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

background-color css

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

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

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

border-color css

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

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

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