Html Css Color HEX #CD1482 Medium Violet Red

📋 copy color: '#CD1482'

red 205 ◦ green 20 ◦ blue 130

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

Shades of Medium Violet Red #CD1482

Tints of Medium Violet Red #CD1482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.62%

R = 57.75%
G = 5.63%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CD1482 (or 0xCD1482) is known color: Medium Violet Red. HEX triplet: CD, 14 and 82. RGB value is (205,20,130). Sum of RGB (Red+Green+Blue) = 205+20+130=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1482 is #32EB7D. Grayscale: #575757. Windows color (decimal): -3337086 or 8525005. OLE color: 8525005.

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

Color convert

RGB 205 20 130 -
CMYK 0 0.90 0.37 0.20
HSL 324.32º 0.82% 0.44% -
HSV(B) 324.32º 0.9% 0.8% -
XYZ 29.46 15.09 22.48 -
YUV 87.86 151.79 211.56 -
System Red Green Blue C M Y K H S L
Decimal 205 20 130 0 0.90 0.37 0.20 324.32 0.82 0.44
Hex CD 14 82 0 5A 25 14 144 52 2C
Octal 315 24 202 0 132 45 24 504 122 54
Binary 11001101 10100 10000010 0 1011010 100101 10100 101000100 1010010 101100

Color Harmonies of #CD1482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1482

Black with #CD1482

Text Example


Text Example

White with #CD1482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1482; }

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

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

background-color css

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

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

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

border-color css

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

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

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