Html Css Color HEX #CD2078 Medium Violet Red

📋 copy color: '#CD2078'

red 205 ◦ green 32 ◦ blue 120

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

Shades of Medium Violet Red #CD2078

Tints of Medium Violet Red #CD2078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 57.42%
G = 8.96%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CD2078 (or 0xCD2078) is known color: Medium Violet Red. HEX triplet: CD, 20 and 78. RGB value is (205,32,120). Sum of RGB (Red+Green+Blue) = 205+32+120=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2078 is #32DF87. Grayscale: #5D5D5D. Windows color (decimal): -3334024 or 7872717. OLE color: 7872717.

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

Color convert

RGB 205 32 120 -
CMYK 0 0.84 0.41 0.20
HSL 329.48º 0.73% 0.46% -
HSV(B) 329.48º 0.84% 0.8% -
XYZ 29.08 15.37 19.2 -
YUV 93.76 142.81 207.34 -
System Red Green Blue C M Y K H S L
Decimal 205 32 120 0 0.84 0.41 0.20 329.48 0.73 0.46
Hex CD 20 78 0 54 29 14 149 49 2E
Octal 315 40 170 0 124 51 24 511 111 56
Binary 11001101 100000 1111000 0 1010100 101001 10100 101001001 1001001 101110

Color Harmonies of #CD2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2078

Black with #CD2078

Text Example


Text Example

White with #CD2078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2078; }

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

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

background-color css

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

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

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

border-color css

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

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

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