Html Css Color HEX #CD1E7A Medium Violet Red

📋 copy color: '#CD1E7A'

red 205 ◦ green 30 ◦ blue 122

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

Shades of Medium Violet Red #CD1E7A

Tints of Medium Violet Red #CD1E7A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.4%

 BLUE value IS 122 (48.05% from 255) = 34.17%

R = 57.42%
G = 8.4%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD1E7A (or 0xCD1E7A) is known color: Medium Violet Red. HEX triplet: CD, 1E and 7A. RGB value is (205,30,122). Sum of RGB (Red+Green+Blue) = 205+30+122=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1E7A is #32E185. Grayscale: #5C5C5C. Windows color (decimal): -3334534 or 8003277. OLE color: 8003277.

HSL color Cylindrical-coordinate representation of color #CD1E7A: hue angle of 328.46º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1E7A is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 30 122 -
CMYK 0 0.85 0.40 0.20
HSL 328.46º 0.74% 0.46% -
HSV(B) 328.46º 0.85% 0.8% -
XYZ 29.15 15.31 19.83 -
YUV 92.81 144.48 208.02 -
System Red Green Blue C M Y K H S L
Decimal 205 30 122 0 0.85 0.40 0.20 328.46 0.74 0.46
Hex CD 1E 7A 0 55 28 14 148 4A 2E
Octal 315 36 172 0 125 50 24 510 112 56
Binary 11001101 11110 1111010 0 1010101 101000 10100 101001000 1001010 101110

Color Harmonies of #CD1E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1E7A

Black with #CD1E7A

Text Example


Text Example

White with #CD1E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1E7A; }

 p { color: rgb(205,30,122); }

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

background-color css

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

 a { background-color: rgb(205,30,122); }

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

border-color css

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

 span { border-color: rgb(205,30,122); }

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