Html Css Color HEX #CD1992 Medium Violet Red

📋 copy color: '#CD1992'

red 205 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #CD1992

Tints of Medium Violet Red #CD1992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.83%

R = 54.52%
G = 6.65%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CD1992 (or 0xCD1992) is known color: Medium Violet Red. HEX triplet: CD, 19 and 92. RGB value is (205,25,146). Sum of RGB (Red+Green+Blue) = 205+25+146=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1992 is #32E66D. Grayscale: #5C5C5C. Windows color (decimal): -3335790 or 9574861. OLE color: 9574861.

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

Color convert

RGB 205 25 146 -
CMYK 0 0.88 0.29 0.20
HSL 319.67º 0.78% 0.45% -
HSV(B) 319.67º 0.88% 0.8% -
XYZ 30.71 15.75 28.62 -
YUV 92.61 158.13 208.16 -
System Red Green Blue C M Y K H S L
Decimal 205 25 146 0 0.88 0.29 0.20 319.67 0.78 0.45
Hex CD 19 92 0 58 1D 14 140 4E 2D
Octal 315 31 222 0 130 35 24 500 116 55
Binary 11001101 11001 10010010 0 1011000 11101 10100 101000000 1001110 101101

Color Harmonies of #CD1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1992

Black with #CD1992

Text Example


Text Example

White with #CD1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1992; }

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

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

background-color css

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

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

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

border-color css

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

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

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