Html Css Color HEX #CD148A Medium Violet Red

📋 copy color: '#CD148A'

red 205 ◦ green 20 ◦ blue 138

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

Shades of Medium Violet Red #CD148A

Tints of Medium Violet Red #CD148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.02%

R = 56.47%
G = 5.51%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD148A (or 0xCD148A) is known color: Medium Violet Red. HEX triplet: CD, 14 and 8A. RGB value is (205,20,138). Sum of RGB (Red+Green+Blue) = 205+20+138=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD148A is #32EB75. Grayscale: #585858. Windows color (decimal): -3337078 or 9049293. OLE color: 9049293.

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

Color convert

RGB 205 20 138 -
CMYK 0 0.90 0.33 0.20
HSL 321.73º 0.82% 0.44% -
HSV(B) 321.73º 0.9% 0.8% -
XYZ 30.01 15.31 25.42 -
YUV 88.77 155.79 210.91 -
System Red Green Blue C M Y K H S L
Decimal 205 20 138 0 0.90 0.33 0.20 321.73 0.82 0.44
Hex CD 14 8A 0 5A 21 14 142 52 2C
Octal 315 24 212 0 132 41 24 502 122 54
Binary 11001101 10100 10001010 0 1011010 100001 10100 101000010 1010010 101100

Color Harmonies of #CD148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD148A

Black with #CD148A

Text Example


Text Example

White with #CD148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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