Html Css Color HEX #CD2275 Medium Violet Red

📋 copy color: '#CD2275'

red 205 ◦ green 34 ◦ blue 117

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

Shades of Medium Violet Red #CD2275

Tints of Medium Violet Red #CD2275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 57.58%
G = 9.55%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD2275 (or 0xCD2275) is known color: Medium Violet Red. HEX triplet: CD, 22 and 75. RGB value is (205,34,117). Sum of RGB (Red+Green+Blue) = 205+34+117=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2275 is #32DD8A. Grayscale: #5E5E5E. Windows color (decimal): -3333515 or 7676621. OLE color: 7676621.

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

Color convert

RGB 205 34 117 -
CMYK 0 0.83 0.43 0.20
HSL 330.88º 0.72% 0.47% -
HSV(B) 330.88º 0.83% 0.8% -
XYZ 28.96 15.41 18.28 -
YUV 94.59 140.65 206.75 -
System Red Green Blue C M Y K H S L
Decimal 205 34 117 0 0.83 0.43 0.20 330.88 0.72 0.47
Hex CD 22 75 0 53 2B 14 14B 48 2F
Octal 315 42 165 0 123 53 24 513 110 57
Binary 11001101 100010 1110101 0 1010011 101011 10100 101001011 1001000 101111

Color Harmonies of #CD2275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2275

Black with #CD2275

Text Example


Text Example

White with #CD2275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2275; }

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

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

background-color css

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

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

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

border-color css

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

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

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