Html Css Color HEX #CD0279 Medium Violet Red

📋 copy color: '#CD0279'

red 205 ◦ green 2 ◦ blue 121

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

Shades of Medium Violet Red #CD0279

Tints of Medium Violet Red #CD0279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.89%

R = 62.5%
G = 0.61%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CD0279 (or 0xCD0279) is known color: Medium Violet Red. HEX triplet: CD, 02 and 79. RGB value is (205,2,121). Sum of RGB (Red+Green+Blue) = 205+2+121=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0279 is #32FD86. Grayscale: #4B4B4B. Windows color (decimal): -3341703 or 7930573. OLE color: 7930573.

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

Color convert

RGB 205 2 121 -
CMYK 0 0.99 0.41 0.20
HSL 324.83º 0.98% 0.41% -
HSV(B) 324.83º 0.99% 0.8% -
XYZ 28.65 14.4 19.36 -
YUV 76.26 153.25 219.82 -
System Red Green Blue C M Y K H S L
Decimal 205 2 121 0 0.99 0.41 0.20 324.83 0.98 0.41
Hex CD 2 79 0 63 29 14 145 62 29
Octal 315 2 171 0 143 51 24 505 142 51
Binary 11001101 10 1111001 0 1100011 101001 10100 101000101 1100010 101001

Color Harmonies of #CD0279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0279

Black with #CD0279

Text Example


Text Example

White with #CD0279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0279; }

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

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

background-color css

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

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

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

border-color css

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

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

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