Html Css Color HEX #CD0091 Medium Violet Red

📋 copy color: '#CD0091'

red 205 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #CD0091

Tints of Medium Violet Red #CD0091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.57%
G = 0%
B = 41.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CD0091 (or 0xCD0091) is known color: Medium Violet Red. HEX triplet: CD, 00 and 91. RGB value is (205,0,145). Sum of RGB (Red+Green+Blue) = 205+0+145=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0091 is #32FF6E. Grayscale: #4D4D4D. Windows color (decimal): -3342191 or 9502925. OLE color: 9502925.

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

Color convert

RGB 205 0 145 -
CMYK 0 1 0.29 0.20
HSL 317.56º 1% 0.4% -
HSV(B) 317.56º 1% 0.8% -
XYZ 30.29 15.02 28.09 -
YUV 77.83 165.92 218.71 -
System Red Green Blue C M Y K H S L
Decimal 205 0 145 0 1 0.29 0.20 317.56 1 0.4
Hex CD 0 91 0 64 1D 14 13E 64 28
Octal 315 0 221 0 144 35 24 476 144 50
Binary 11001101 0 10010001 0 1100100 11101 10100 100111110 1100100 101000

Color Harmonies of #CD0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0091

Black with #CD0091

Text Example


Text Example

White with #CD0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0091; }

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

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

background-color css

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

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

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

border-color css

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

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

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