Html Css Color HEX #CD148F Medium Violet Red

📋 copy color: '#CD148F'

red 205 ◦ green 20 ◦ blue 143

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

Shades of Medium Violet Red #CD148F

Tints of Medium Violet Red #CD148F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 55.71%
G = 5.43%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD148F (or 0xCD148F) is known color: Medium Violet Red. HEX triplet: CD, 14 and 8F. RGB value is (205,20,143). Sum of RGB (Red+Green+Blue) = 205+20+143=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD148F is #32EB70. Grayscale: #595959. Windows color (decimal): -3337073 or 9376973. OLE color: 9376973.

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

Color convert

RGB 205 20 143 -
CMYK 0 0.90 0.30 0.20
HSL 320.11º 0.82% 0.44% -
HSV(B) 320.11º 0.9% 0.8% -
XYZ 30.38 15.46 27.37 -
YUV 89.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 205 20 143 0 0.90 0.30 0.20 320.11 0.82 0.44
Hex CD 14 8F 0 5A 1E 14 140 52 2C
Octal 315 24 217 0 132 36 24 500 122 54
Binary 11001101 10100 10001111 0 1011010 11110 10100 101000000 1010010 101100

Color Harmonies of #CD148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD148F

Black with #CD148F

Text Example


Text Example

White with #CD148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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