Html Css Color HEX #CD0097 Medium Violet Red

📋 copy color: '#CD0097'

red 205 ◦ green 0 ◦ blue 151

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

Shades of Medium Violet Red #CD0097

Tints of Medium Violet Red #CD0097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 151 (59.38% from 255) = 42.42%

R = 57.58%
G = 0%
B = 42.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD0097 (or 0xCD0097) is known color: Medium Violet Red. HEX triplet: CD, 00 and 97. RGB value is (205,0,151). Sum of RGB (Red+Green+Blue) = 205+0+151=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0097 is #32FF68. Grayscale: #4E4E4E. Windows color (decimal): -3342185 or 9896141. OLE color: 9896141.

HSL color Cylindrical-coordinate representation of color #CD0097: hue angle of 315.8º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0097 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 0 151 -
CMYK 0 1 0.26 0.20
HSL 315.8º 1% 0.4% -
HSV(B) 315.8º 1% 0.8% -
XYZ 30.76 15.21 30.59 -
YUV 78.51 168.92 218.22 -
System Red Green Blue C M Y K H S L
Decimal 205 0 151 0 1 0.26 0.20 315.8 1 0.4
Hex CD 0 97 0 64 1A 14 13C 64 28
Octal 315 0 227 0 144 32 24 474 144 50
Binary 11001101 0 10010111 0 1100100 11010 10100 100111100 1100100 101000

Color Harmonies of #CD0097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0097

Black with #CD0097

Text Example


Text Example

White with #CD0097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0097; }

 p { color: rgb(205,0,151); }

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

background-color css

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

 a { background-color: rgb(205,0,151); }

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

border-color css

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

 span { border-color: rgb(205,0,151); }

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