Html Css Color HEX #CD0190 Medium Violet Red

📋 copy color: '#CD0190'

red 205 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #CD0190

Tints of Medium Violet Red #CD0190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 58.57%
G = 0.29%
B = 41.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD0190 (or 0xCD0190) is known color: Medium Violet Red. HEX triplet: CD, 01 and 90. RGB value is (205,1,144). Sum of RGB (Red+Green+Blue) = 205+1+144=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0190 is #32FE6F. Grayscale: #4D4D4D. Windows color (decimal): -3341936 or 9437645. OLE color: 9437645.

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

Color convert

RGB 205 1 144 -
CMYK 0 1.00 0.30 0.20
HSL 317.94º 0.99% 0.4% -
HSV(B) 317.94º 1% 0.8% -
XYZ 30.22 15.01 27.69 -
YUV 78.3 165.09 218.37 -
System Red Green Blue C M Y K H S L
Decimal 205 1 144 0 1.00 0.30 0.20 317.94 0.99 0.4
Hex CD 1 90 0 64 1E 14 13E 63 28
Octal 315 1 220 0 144 36 24 476 143 50
Binary 11001101 1 10010000 0 1100100 11110 10100 100111110 1100011 101000

Color Harmonies of #CD0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0190

Black with #CD0190

Text Example


Text Example

White with #CD0190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0190; }

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

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

background-color css

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

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

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

border-color css

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

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

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