Html Css Color HEX #CD0374 Medium Violet Red

📋 copy color: '#CD0374'

red 205 ◦ green 3 ◦ blue 116

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

Shades of Medium Violet Red #CD0374

Tints of Medium Violet Red #CD0374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 63.27%
G = 0.93%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD0374 (or 0xCD0374) is known color: Medium Violet Red. HEX triplet: CD, 03 and 74. RGB value is (205,3,116). Sum of RGB (Red+Green+Blue) = 205+3+116=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0374 is #32FC8B. Grayscale: #4C4C4C. Windows color (decimal): -3341452 or 7603149. OLE color: 7603149.

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

Color convert

RGB 205 3 116 -
CMYK 0 0.99 0.43 0.20
HSL 326.44º 0.97% 0.41% -
HSV(B) 326.44º 0.99% 0.8% -
XYZ 28.36 14.31 17.79 -
YUV 76.28 150.42 219.81 -
System Red Green Blue C M Y K H S L
Decimal 205 3 116 0 0.99 0.43 0.20 326.44 0.97 0.41
Hex CD 3 74 0 63 2B 14 146 61 29
Octal 315 3 164 0 143 53 24 506 141 51
Binary 11001101 11 1110100 0 1100011 101011 10100 101000110 1100001 101001

Color Harmonies of #CD0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0374

Black with #CD0374

Text Example


Text Example

White with #CD0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0374; }

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

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

background-color css

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

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

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

border-color css

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

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

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