Html Css Color HEX #CD097F Medium Violet Red

📋 copy color: '#CD097F'

red 205 ◦ green 9 ◦ blue 127

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

Shades of Medium Violet Red #CD097F

Tints of Medium Violet Red #CD097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.24%

R = 60.12%
G = 2.64%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD097F (or 0xCD097F) is known color: Medium Violet Red. HEX triplet: CD, 09 and 7F. RGB value is (205,9,127). Sum of RGB (Red+Green+Blue) = 205+9+127=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD097F is #32F680. Grayscale: #505050. Windows color (decimal): -3339905 or 8325581. OLE color: 8325581.

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

Color convert

RGB 205 9 127 -
CMYK 0 0.96 0.38 0.20
HSL 323.88º 0.92% 0.42% -
HSV(B) 323.88º 0.96% 0.8% -
XYZ 29.11 14.71 21.38 -
YUV 81.06 153.93 216.41 -
System Red Green Blue C M Y K H S L
Decimal 205 9 127 0 0.96 0.38 0.20 323.88 0.92 0.42
Hex CD 9 7F 0 60 26 14 144 5C 2A
Octal 315 11 177 0 140 46 24 504 134 52
Binary 11001101 1001 1111111 0 1100000 100110 10100 101000100 1011100 101010

Color Harmonies of #CD097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD097F

Black with #CD097F

Text Example


Text Example

White with #CD097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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