Html Css Color HEX #CD1292 Medium Violet Red

📋 copy color: '#CD1292'

red 205 ◦ green 18 ◦ blue 146

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

Shades of Medium Violet Red #CD1292

Tints of Medium Violet Red #CD1292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.88%

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

R = 55.56%
G = 4.88%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CD1292 (or 0xCD1292) is known color: Medium Violet Red. HEX triplet: CD, 12 and 92. RGB value is (205,18,146). Sum of RGB (Red+Green+Blue) = 205+18+146=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1292 is #32ED6D. Grayscale: #585858. Windows color (decimal): -3337582 or 9573069. OLE color: 9573069.

HSL color Cylindrical-coordinate representation of color #CD1292: hue angle of 318.93º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1292 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 18 146 -
CMYK 0 0.91 0.29 0.20
HSL 318.93º 0.84% 0.44% -
HSV(B) 318.93º 0.91% 0.8% -
XYZ 30.58 15.49 28.57 -
YUV 88.51 160.45 211.09 -
System Red Green Blue C M Y K H S L
Decimal 205 18 146 0 0.91 0.29 0.20 318.93 0.84 0.44
Hex CD 12 92 0 5B 1D 14 13F 54 2C
Octal 315 22 222 0 133 35 24 477 124 54
Binary 11001101 10010 10010010 0 1011011 11101 10100 100111111 1010100 101100

Color Harmonies of #CD1292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1292

Black with #CD1292

Text Example


Text Example

White with #CD1292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1292; }

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

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

background-color css

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

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

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

border-color css

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

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

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