Html Css Color HEX #CD0382 Medium Violet Red

📋 copy color: '#CD0382'

red 205 ◦ green 3 ◦ blue 130

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

Shades of Medium Violet Red #CD0382

Tints of Medium Violet Red #CD0382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 60.65%
G = 0.89%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CD0382 (or 0xCD0382) is known color: Medium Violet Red. HEX triplet: CD, 03 and 82. RGB value is (205,3,130). Sum of RGB (Red+Green+Blue) = 205+3+130=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0382 is #32FC7D. Grayscale: #4D4D4D. Windows color (decimal): -3341438 or 8520653. OLE color: 8520653.

HSL color Cylindrical-coordinate representation of color #CD0382: hue angle of 322.28º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0382 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 3 130 -
CMYK 0 0.99 0.37 0.20
HSL 322.28º 0.97% 0.41% -
HSV(B) 322.28º 0.99% 0.8% -
XYZ 29.24 14.66 22.41 -
YUV 77.88 157.42 218.67 -
System Red Green Blue C M Y K H S L
Decimal 205 3 130 0 0.99 0.37 0.20 322.28 0.97 0.41
Hex CD 3 82 0 63 25 14 142 61 29
Octal 315 3 202 0 143 45 24 502 141 51
Binary 11001101 11 10000010 0 1100011 100101 10100 101000010 1100001 101001

Color Harmonies of #CD0382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0382

Black with #CD0382

Text Example


Text Example

White with #CD0382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0382; }

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

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

background-color css

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

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

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

border-color css

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

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

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