Html Css Color HEX #CC1798 Medium Violet Red

📋 copy color: '#CC1798'

red 204 ◦ green 23 ◦ blue 152

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

Shades of Medium Violet Red #CC1798

Tints of Medium Violet Red #CC1798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.11%

R = 53.83%
G = 6.07%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC1798 (or 0xCC1798) is known color: Medium Violet Red. HEX triplet: CC, 17 and 98. RGB value is (204,23,152). Sum of RGB (Red+Green+Blue) = 204+23+152=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1798 is #33E867. Grayscale: #5B5B5B. Windows color (decimal): -3401832 or 9967564. OLE color: 9967564.

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

Color convert

RGB 204 23 152 -
CMYK 0 0.89 0.25 0.2
HSL 317.24º 0.8% 0.45% -
HSV(B) 317.24º 0.89% 0.8% -
XYZ 30.88 15.72 31.11 -
YUV 91.83 161.97 208.01 -
System Red Green Blue C M Y K H S L
Decimal 204 23 152 0 0.89 0.25 0.2 317.24 0.8 0.45
Hex CC 17 98 0 59 19 14 13D 50 2D
Octal 314 27 230 0 131 31 24 475 120 55
Binary 11001100 10111 10011000 0 1011001 11001 10100 100111101 1010000 101101

Color Harmonies of #CC1798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1798

Black with #CC1798

Text Example


Text Example

White with #CC1798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1798; }

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

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

background-color css

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

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

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

border-color css

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

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

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