Html Css Color HEX #CC1498 Medium Violet Red

📋 copy color: '#CC1498'

red 204 ◦ green 20 ◦ blue 152

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

Shades of Medium Violet Red #CC1498

Tints of Medium Violet Red #CC1498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.32%

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

R = 54.26%
G = 5.32%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC1498 (or 0xCC1498) is known color: Medium Violet Red. HEX triplet: CC, 14 and 98. RGB value is (204,20,152). Sum of RGB (Red+Green+Blue) = 204+20+152=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1498 is #33EB67. Grayscale: #595959. Windows color (decimal): -3402600 or 9966796. OLE color: 9966796.

HSL color Cylindrical-coordinate representation of color #CC1498: hue angle of 316.96º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1498 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 152 -
CMYK 0 0.90 0.25 0.2
HSL 316.96º 0.82% 0.44% -
HSV(B) 316.96º 0.9% 0.8% -
XYZ 30.82 15.6 31.09 -
YUV 90.06 162.96 209.27 -
System Red Green Blue C M Y K H S L
Decimal 204 20 152 0 0.90 0.25 0.2 316.96 0.82 0.44
Hex CC 14 98 0 5A 19 14 13D 52 2C
Octal 314 24 230 0 132 31 24 475 122 54
Binary 11001100 10100 10011000 0 1011010 11001 10100 100111101 1010010 101100

Color Harmonies of #CC1498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1498

Black with #CC1498

Text Example


Text Example

White with #CC1498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1498; }

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

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

background-color css

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

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

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

border-color css

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

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

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