Html Css Color HEX #CD097A Medium Violet Red

📋 copy color: '#CD097A'

red 205 ◦ green 9 ◦ blue 122

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

Shades of Medium Violet Red #CD097A

Tints of Medium Violet Red #CD097A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.68%

 BLUE value IS 122 (48.05% from 255) = 36.31%

R = 61.01%
G = 2.68%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD097A (or 0xCD097A) is known color: Medium Violet Red. HEX triplet: CD, 09 and 7A. RGB value is (205,9,122). Sum of RGB (Red+Green+Blue) = 205+9+122=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD097A is #32F685. Grayscale: #505050. Windows color (decimal): -3339910 or 7997901. OLE color: 7997901.

HSL color Cylindrical-coordinate representation of color #CD097A: hue angle of 325.41º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD097A is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 9 122 -
CMYK 0 0.96 0.40 0.20
HSL 325.41º 0.92% 0.42% -
HSV(B) 325.41º 0.96% 0.8% -
XYZ 28.79 14.58 19.71 -
YUV 80.49 151.43 216.81 -
System Red Green Blue C M Y K H S L
Decimal 205 9 122 0 0.96 0.40 0.20 325.41 0.92 0.42
Hex CD 9 7A 0 60 28 14 145 5C 2A
Octal 315 11 172 0 140 50 24 505 134 52
Binary 11001101 1001 1111010 0 1100000 101000 10100 101000101 1011100 101010

Color Harmonies of #CD097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD097A

Black with #CD097A

Text Example


Text Example

White with #CD097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD097A; }

 p { color: rgb(205,9,122); }

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

background-color css

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

 a { background-color: rgb(205,9,122); }

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

border-color css

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

 span { border-color: rgb(205,9,122); }

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