Html Css Color HEX #CC149D Medium Violet Red

📋 copy color: '#CC149D'

red 204 ◦ green 20 ◦ blue 157

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

Shades of Medium Violet Red #CC149D

Tints of Medium Violet Red #CC149D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 53.54%
G = 5.25%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC149D (or 0xCC149D) is known color: Medium Violet Red. HEX triplet: CC, 14 and 9D. RGB value is (204,20,157). Sum of RGB (Red+Green+Blue) = 204+20+157=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC149D is #33EB62. Grayscale: #5A5A5A. Windows color (decimal): -3402595 or 10294476. OLE color: 10294476.

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

Color convert

RGB 204 20 157 -
CMYK 0 0.90 0.23 0.2
HSL 315.33º 0.82% 0.44% -
HSV(B) 315.33º 0.9% 0.8% -
XYZ 31.24 15.77 33.3 -
YUV 90.63 165.46 208.86 -
System Red Green Blue C M Y K H S L
Decimal 204 20 157 0 0.90 0.23 0.2 315.33 0.82 0.44
Hex CC 14 9D 0 5A 17 14 13B 52 2C
Octal 314 24 235 0 132 27 24 473 122 54
Binary 11001100 10100 10011101 0 1011010 10111 10100 100111011 1010010 101100

Color Harmonies of #CC149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC149D

Black with #CC149D

Text Example


Text Example

White with #CC149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC149D; }

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

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

background-color css

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

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

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

border-color css

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

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

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