Html Css Color HEX #CD2097 Medium Violet Red

📋 copy color: '#CD2097'

red 205 ◦ green 32 ◦ blue 151

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

Shades of Medium Violet Red #CD2097

Tints of Medium Violet Red #CD2097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.25%

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

R = 52.84%
G = 8.25%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD2097 (or 0xCD2097) is known color: Medium Violet Red. HEX triplet: CD, 20 and 97. RGB value is (205,32,151). Sum of RGB (Red+Green+Blue) = 205+32+151=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2097 is #32DF68. Grayscale: #606060. Windows color (decimal): -3333993 or 9904333. OLE color: 9904333.

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

Color convert

RGB 205 32 151 -
CMYK 0 0.84 0.26 0.20
HSL 318.73º 0.73% 0.46% -
HSV(B) 318.73º 0.84% 0.8% -
XYZ 31.28 16.25 30.77 -
YUV 97.29 158.31 204.82 -
System Red Green Blue C M Y K H S L
Decimal 205 32 151 0 0.84 0.26 0.20 318.73 0.73 0.46
Hex CD 20 97 0 54 1A 14 13F 49 2E
Octal 315 40 227 0 124 32 24 477 111 56
Binary 11001101 100000 10010111 0 1010100 11010 10100 100111111 1001001 101110

Color Harmonies of #CD2097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2097

Black with #CD2097

Text Example


Text Example

White with #CD2097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2097; }

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

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

background-color css

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

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

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

border-color css

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

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

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