Html Css Color HEX #CD0376 Medium Violet Red

📋 copy color: '#CD0376'

red 205 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #CD0376

Tints of Medium Violet Red #CD0376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 62.88%
G = 0.92%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD0376 (or 0xCD0376) is known color: Medium Violet Red. HEX triplet: CD, 03 and 76. RGB value is (205,3,118). Sum of RGB (Red+Green+Blue) = 205+3+118=326 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.88% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0376 is #32FC89. Grayscale: #4C4C4C. Windows color (decimal): -3341450 or 7734221. OLE color: 7734221.

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

Color convert

RGB 205 3 118 -
CMYK 0 0.99 0.42 0.20
HSL 325.84º 0.97% 0.41% -
HSV(B) 325.84º 0.99% 0.8% -
XYZ 28.48 14.35 18.41 -
YUV 76.51 151.42 219.65 -
System Red Green Blue C M Y K H S L
Decimal 205 3 118 0 0.99 0.42 0.20 325.84 0.97 0.41
Hex CD 3 76 0 63 2A 14 146 61 29
Octal 315 3 166 0 143 52 24 506 141 51
Binary 11001101 11 1110110 0 1100011 101010 10100 101000110 1100001 101001

Color Harmonies of #CD0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0376

Black with #CD0376

Text Example


Text Example

White with #CD0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0376; }

 p { color: rgb(205,3,118); }

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

background-color css

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

 a { background-color: rgb(205,3,118); }

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

border-color css

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

 span { border-color: rgb(205,3,118); }

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