Html Css Color HEX #CD2270 Medium Violet Red

📋 copy color: '#CD2270'

red 205 ◦ green 34 ◦ blue 112

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

Shades of Medium Violet Red #CD2270

Tints of Medium Violet Red #CD2270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.69%

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

R = 58.4%
G = 9.69%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD2270 (or 0xCD2270) is known color: Medium Violet Red. HEX triplet: CD, 22 and 70. RGB value is (205,34,112). Sum of RGB (Red+Green+Blue) = 205+34+112=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2270 is #32DD8F. Grayscale: #5D5D5D. Windows color (decimal): -3333520 or 7348941. OLE color: 7348941.

HSL color Cylindrical-coordinate representation of color #CD2270: hue angle of 332.63º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD2270 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 34 112 -
CMYK 0 0.83 0.45 0.20
HSL 332.63º 0.72% 0.47% -
HSV(B) 332.63º 0.83% 0.8% -
XYZ 28.67 15.29 16.77 -
YUV 94.02 138.15 207.16 -
System Red Green Blue C M Y K H S L
Decimal 205 34 112 0 0.83 0.45 0.20 332.63 0.72 0.47
Hex CD 22 70 0 53 2D 14 14D 48 2F
Octal 315 42 160 0 123 55 24 515 110 57
Binary 11001101 100010 1110000 0 1010011 101101 10100 101001101 1001000 101111

Color Harmonies of #CD2270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2270

Black with #CD2270

Text Example


Text Example

White with #CD2270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2270; }

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

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

background-color css

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

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

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

border-color css

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

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

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