Html Css Color HEX #CD0290 Medium Violet Red

📋 copy color: '#CD0290'

red 205 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #CD0290

Tints of Medium Violet Red #CD0290

RGB

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

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

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

R = 58.4%
G = 0.57%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD0290 (or 0xCD0290) is known color: Medium Violet Red. HEX triplet: CD, 02 and 90. RGB value is (205,2,144). Sum of RGB (Red+Green+Blue) = 205+2+144=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0290 is #32FD6F. Grayscale: #4E4E4E. Windows color (decimal): -3341680 or 9437901. OLE color: 9437901.

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

Color convert

RGB 205 2 144 -
CMYK 0 0.99 0.30 0.20
HSL 318.03º 0.98% 0.41% -
HSV(B) 318.03º 0.99% 0.8% -
XYZ 30.23 15.04 27.69 -
YUV 78.89 164.75 217.95 -
System Red Green Blue C M Y K H S L
Decimal 205 2 144 0 0.99 0.30 0.20 318.03 0.98 0.41
Hex CD 2 90 0 63 1E 14 13E 62 29
Octal 315 2 220 0 143 36 24 476 142 51
Binary 11001101 10 10010000 0 1100011 11110 10100 100111110 1100010 101001

Color Harmonies of #CD0290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0290

Black with #CD0290

Text Example


Text Example

White with #CD0290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0290; }

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

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

background-color css

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

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

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

border-color css

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

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

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