Html Css Color HEX #CD1978 Medium Violet Red

📋 copy color: '#CD1978'

red 205 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #CD1978

Tints of Medium Violet Red #CD1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.14%

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

R = 58.57%
G = 7.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CD1978 (or 0xCD1978) is known color: Medium Violet Red. HEX triplet: CD, 19 and 78. RGB value is (205,25,120). Sum of RGB (Red+Green+Blue) = 205+25+120=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1978 is #32E687. Grayscale: #595959. Windows color (decimal): -3335816 or 7870925. OLE color: 7870925.

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

Color convert

RGB 205 25 120 -
CMYK 0 0.88 0.41 0.20
HSL 328.33º 0.78% 0.45% -
HSV(B) 328.33º 0.88% 0.8% -
XYZ 28.91 15.03 19.15 -
YUV 89.65 145.13 210.28 -
System Red Green Blue C M Y K H S L
Decimal 205 25 120 0 0.88 0.41 0.20 328.33 0.78 0.45
Hex CD 19 78 0 58 29 14 148 4E 2D
Octal 315 31 170 0 130 51 24 510 116 55
Binary 11001101 11001 1111000 0 1011000 101001 10100 101001000 1001110 101101

Color Harmonies of #CD1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1978

Black with #CD1978

Text Example


Text Example

White with #CD1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1978; }

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

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

background-color css

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

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

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

border-color css

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

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

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