Html Css Color HEX #CD2085 Medium Violet Red

📋 copy color: '#CD2085'

red 205 ◦ green 32 ◦ blue 133

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

Shades of Medium Violet Red #CD2085

Tints of Medium Violet Red #CD2085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.65%

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 55.41%
G = 8.65%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD2085 (or 0xCD2085) is known color: Medium Violet Red. HEX triplet: CD, 20 and 85. RGB value is (205,32,133). Sum of RGB (Red+Green+Blue) = 205+32+133=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2085 is #32DF7A. Grayscale: #5F5F5F. Windows color (decimal): -3334011 or 8724685. OLE color: 8724685.

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

Color convert

RGB 205 32 133 -
CMYK 0 0.84 0.35 0.20
HSL 324.97º 0.73% 0.46% -
HSV(B) 324.97º 0.84% 0.8% -
XYZ 29.93 15.71 23.64 -
YUV 95.24 149.31 206.29 -
System Red Green Blue C M Y K H S L
Decimal 205 32 133 0 0.84 0.35 0.20 324.97 0.73 0.46
Hex CD 20 85 0 54 23 14 145 49 2E
Octal 315 40 205 0 124 43 24 505 111 56
Binary 11001101 100000 10000101 0 1010100 100011 10100 101000101 1001001 101110

Color Harmonies of #CD2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2085

Black with #CD2085

Text Example


Text Example

White with #CD2085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2085; }

 p { color: rgb(205,32,133); }

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

background-color css

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

 a { background-color: rgb(205,32,133); }

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

border-color css

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

 span { border-color: rgb(205,32,133); }

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