Html Css Color HEX #CD0295 Medium Violet Red

📋 copy color: '#CD0295'

red 205 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #CD0295

Tints of Medium Violet Red #CD0295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.85%

R = 57.58%
G = 0.56%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CD0295 (or 0xCD0295) is known color: Medium Violet Red. HEX triplet: CD, 02 and 95. RGB value is (205,2,149). Sum of RGB (Red+Green+Blue) = 205+2+149=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0295 is #32FD6A. Grayscale: #4F4F4F. Windows color (decimal): -3341675 or 9765581. OLE color: 9765581.

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

Color convert

RGB 205 2 149 -
CMYK 0 0.99 0.27 0.20
HSL 316.55º 0.98% 0.41% -
HSV(B) 316.55º 0.99% 0.8% -
XYZ 30.62 15.19 29.75 -
YUV 79.46 167.25 217.55 -
System Red Green Blue C M Y K H S L
Decimal 205 2 149 0 0.99 0.27 0.20 316.55 0.98 0.41
Hex CD 2 95 0 63 1B 14 13D 62 29
Octal 315 2 225 0 143 33 24 475 142 51
Binary 11001101 10 10010101 0 1100011 11011 10100 100111101 1100010 101001

Color Harmonies of #CD0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0295

Black with #CD0295

Text Example


Text Example

White with #CD0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0295; }

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

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

background-color css

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

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

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

border-color css

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

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

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