Html Css Color HEX #CD2071 Medium Violet Red

📋 copy color: '#CD2071'

red 205 ◦ green 32 ◦ blue 113

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

Shades of Medium Violet Red #CD2071

Tints of Medium Violet Red #CD2071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 58.57%
G = 9.14%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD2071 (or 0xCD2071) is known color: Medium Violet Red. HEX triplet: CD, 20 and 71. RGB value is (205,32,113). Sum of RGB (Red+Green+Blue) = 205+32+113=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2071 is #32DF8E. Grayscale: #5C5C5C. Windows color (decimal): -3334031 or 7413965. OLE color: 7413965.

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

Color convert

RGB 205 32 113 -
CMYK 0 0.84 0.45 0.20
HSL 331.91º 0.73% 0.46% -
HSV(B) 331.91º 0.84% 0.8% -
XYZ 28.67 15.2 17.05 -
YUV 92.96 139.31 207.91 -
System Red Green Blue C M Y K H S L
Decimal 205 32 113 0 0.84 0.45 0.20 331.91 0.73 0.46
Hex CD 20 71 0 54 2D 14 14C 49 2E
Octal 315 40 161 0 124 55 24 514 111 56
Binary 11001101 100000 1110001 0 1010100 101101 10100 101001100 1001001 101110

Color Harmonies of #CD2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2071

Black with #CD2071

Text Example


Text Example

White with #CD2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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