Html Css Color HEX #CD1778 Medium Violet Red

📋 copy color: '#CD1778'

red 205 ◦ green 23 ◦ blue 120

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

Shades of Medium Violet Red #CD1778

Tints of Medium Violet Red #CD1778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.61%

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

R = 58.91%
G = 6.61%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CD1778 (or 0xCD1778) is known color: Medium Violet Red. HEX triplet: CD, 17 and 78. RGB value is (205,23,120). Sum of RGB (Red+Green+Blue) = 205+23+120=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1778 is #32E887. Grayscale: #585858. Windows color (decimal): -3336328 or 7870413. OLE color: 7870413.

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

Color convert

RGB 205 23 120 -
CMYK 0 0.89 0.41 0.20
HSL 328.02º 0.8% 0.45% -
HSV(B) 328.02º 0.89% 0.8% -
XYZ 28.87 14.95 19.13 -
YUV 88.48 145.8 211.11 -
System Red Green Blue C M Y K H S L
Decimal 205 23 120 0 0.89 0.41 0.20 328.02 0.8 0.45
Hex CD 17 78 0 59 29 14 148 50 2D
Octal 315 27 170 0 131 51 24 510 120 55
Binary 11001101 10111 1111000 0 1011001 101001 10100 101001000 1010000 101101

Color Harmonies of #CD1778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1778

Black with #CD1778

Text Example


Text Example

White with #CD1778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1778; }

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

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

background-color css

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

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

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

border-color css

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

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

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