Html Css Color HEX #CD0090 Medium Violet Red

📋 copy color: '#CD0090'

red 205 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #CD0090

Tints of Medium Violet Red #CD0090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 58.74%
G = 0%
B = 41.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD0090 (or 0xCD0090) is known color: Medium Violet Red. HEX triplet: CD, 00 and 90. RGB value is (205,0,144). Sum of RGB (Red+Green+Blue) = 205+0+144=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0090 is #32FF6F. Grayscale: #4D4D4D. Windows color (decimal): -3342192 or 9437389. OLE color: 9437389.

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

Color convert

RGB 205 0 144 -
CMYK 0 1 0.30 0.20
HSL 317.85º 1% 0.4% -
HSV(B) 317.85º 1% 0.8% -
XYZ 30.21 14.99 27.69 -
YUV 77.71 165.42 218.79 -
System Red Green Blue C M Y K H S L
Decimal 205 0 144 0 1 0.30 0.20 317.85 1 0.4
Hex CD 0 90 0 64 1E 14 13E 64 28
Octal 315 0 220 0 144 36 24 476 144 50
Binary 11001101 0 10010000 0 1100100 11110 10100 100111110 1100100 101000

Color Harmonies of #CD0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0090

Black with #CD0090

Text Example


Text Example

White with #CD0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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