Html Css Color HEX #CD148D Medium Violet Red

📋 copy color: '#CD148D'

red 205 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #CD148D

Tints of Medium Violet Red #CD148D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 56.01%
G = 5.46%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD148D (or 0xCD148D) is known color: Medium Violet Red. HEX triplet: CD, 14 and 8D. RGB value is (205,20,141). Sum of RGB (Red+Green+Blue) = 205+20+141=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD148D is #32EB72. Grayscale: #585858. Windows color (decimal): -3337075 or 9245901. OLE color: 9245901.

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

Color convert

RGB 205 20 141 -
CMYK 0 0.90 0.31 0.20
HSL 320.76º 0.82% 0.44% -
HSV(B) 320.76º 0.9% 0.8% -
XYZ 30.23 15.4 26.58 -
YUV 89.11 157.29 210.66 -
System Red Green Blue C M Y K H S L
Decimal 205 20 141 0 0.90 0.31 0.20 320.76 0.82 0.44
Hex CD 14 8D 0 5A 1F 14 141 52 2C
Octal 315 24 215 0 132 37 24 501 122 54
Binary 11001101 10100 10001101 0 1011010 11111 10100 101000001 1010010 101100

Color Harmonies of #CD148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD148D

Black with #CD148D

Text Example


Text Example

White with #CD148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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