Html Css Color HEX #CD0970 Medium Violet Red

📋 copy color: '#CD0970'

red 205 ◦ green 9 ◦ blue 112

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

Shades of Medium Violet Red #CD0970

Tints of Medium Violet Red #CD0970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.36%

R = 62.88%
G = 2.76%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD0970 (or 0xCD0970) is known color: Medium Violet Red. HEX triplet: CD, 09 and 70. RGB value is (205,9,112). Sum of RGB (Red+Green+Blue) = 205+9+112=326 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.88% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0970 is #32F68F. Grayscale: #4F4F4F. Windows color (decimal): -3339920 or 7342541. OLE color: 7342541.

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

Color convert

RGB 205 9 112 -
CMYK 0 0.96 0.45 0.20
HSL 328.47º 0.92% 0.42% -
HSV(B) 328.47º 0.96% 0.8% -
XYZ 28.2 14.34 16.61 -
YUV 79.35 146.43 217.62 -
System Red Green Blue C M Y K H S L
Decimal 205 9 112 0 0.96 0.45 0.20 328.47 0.92 0.42
Hex CD 9 70 0 60 2D 14 148 5C 2A
Octal 315 11 160 0 140 55 24 510 134 52
Binary 11001101 1001 1110000 0 1100000 101101 10100 101001000 1011100 101010

Color Harmonies of #CD0970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0970

Black with #CD0970

Text Example


Text Example

White with #CD0970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0970; }

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

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

background-color css

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

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

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

border-color css

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

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

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