Html Css Color HEX #CD0396 Medium Violet Red

📋 copy color: '#CD0396'

red 205 ◦ green 3 ◦ blue 150

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

Shades of Medium Violet Red #CD0396

Tints of Medium Violet Red #CD0396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.9%

R = 57.26%
G = 0.84%
B = 41.9%

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

#CD0396 (or 0xCD0396) is known color: Medium Violet Red. HEX triplet: CD, 03 and 96. RGB value is (205,3,150). Sum of RGB (Red+Green+Blue) = 205+3+150=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0396 is #32FC69. Grayscale: #4F4F4F. Windows color (decimal): -3341418 or 9831373. OLE color: 9831373.

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

Color convert

RGB 205 3 150 -
CMYK 0 0.99 0.27 0.20
HSL 316.34º 0.97% 0.41% -
HSV(B) 316.34º 0.99% 0.8% -
XYZ 30.71 15.25 30.18 -
YUV 80.16 167.42 217.05 -
System Red Green Blue C M Y K H S L
Decimal 205 3 150 0 0.99 0.27 0.20 316.34 0.97 0.41
Hex CD 3 96 0 63 1B 14 13C 61 29
Octal 315 3 226 0 143 33 24 474 141 51
Binary 11001101 11 10010110 0 1100011 11011 10100 100111100 1100001 101001

Color Harmonies of #CD0396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0396

Black with #CD0396

Text Example


Text Example

White with #CD0396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0396; }

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

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

background-color css

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

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

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

border-color css

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

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

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