Html Css Color HEX #CD149A Medium Violet Red

📋 copy color: '#CD149A'

red 205 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #CD149A

Tints of Medium Violet Red #CD149A

RGB

 RED value IS 205 (80.47% from 255) = 54.09%

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

 BLUE value IS 154 (60.55% from 255) = 40.63%

R = 54.09%
G = 5.28%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD149A (or 0xCD149A) is known color: Medium Violet Red. HEX triplet: CD, 14 and 9A. RGB value is (205,20,154). Sum of RGB (Red+Green+Blue) = 205+20+154=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD149A is #32EB65. Grayscale: #5A5A5A. Windows color (decimal): -3337062 or 10097869. OLE color: 10097869.

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

Color convert

RGB 205 20 154 -
CMYK 0 0.90 0.25 0.20
HSL 316.54º 0.82% 0.44% -
HSV(B) 316.54º 0.9% 0.8% -
XYZ 31.26 15.81 31.98 -
YUV 90.59 163.79 209.6 -
System Red Green Blue C M Y K H S L
Decimal 205 20 154 0 0.90 0.25 0.20 316.54 0.82 0.44
Hex CD 14 9A 0 5A 19 14 13D 52 2C
Octal 315 24 232 0 132 31 24 475 122 54
Binary 11001101 10100 10011010 0 1011010 11001 10100 100111101 1010010 101100

Color Harmonies of #CD149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD149A

Black with #CD149A

Text Example


Text Example

White with #CD149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD149A; }

 p { color: rgb(205,20,154); }

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

background-color css

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

 a { background-color: rgb(205,20,154); }

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

border-color css

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

 span { border-color: rgb(205,20,154); }

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