Html Css Color HEX #CD0291 Medium Violet Red

📋 copy color: '#CD0291'

red 205 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #CD0291

Tints of Medium Violet Red #CD0291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 145 (57.03% from 255) = 41.19%

R = 58.24%
G = 0.57%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CD0291 (or 0xCD0291) is known color: Medium Violet Red. HEX triplet: CD, 02 and 91. RGB value is (205,2,145). Sum of RGB (Red+Green+Blue) = 205+2+145=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0291 is #32FD6E. Grayscale: #4E4E4E. Windows color (decimal): -3341679 or 9503437. OLE color: 9503437.

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

Color convert

RGB 205 2 145 -
CMYK 0 0.99 0.29 0.20
HSL 317.73º 0.98% 0.41% -
HSV(B) 317.73º 0.99% 0.8% -
XYZ 30.31 15.07 28.1 -
YUV 79 165.25 217.87 -
System Red Green Blue C M Y K H S L
Decimal 205 2 145 0 0.99 0.29 0.20 317.73 0.98 0.41
Hex CD 2 91 0 63 1D 14 13E 62 29
Octal 315 2 221 0 143 35 24 476 142 51
Binary 11001101 10 10010001 0 1100011 11101 10100 100111110 1100010 101001

Color Harmonies of #CD0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0291

Black with #CD0291

Text Example


Text Example

White with #CD0291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0291; }

 p { color: rgb(205,2,145); }

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

background-color css

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

 a { background-color: rgb(205,2,145); }

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

border-color css

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

 span { border-color: rgb(205,2,145); }

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