Html Css Color HEX #CD2799 Medium Violet Red

📋 copy color: '#CD2799'

red 205 ◦ green 39 ◦ blue 153

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

Shades of Medium Violet Red #CD2799

Tints of Medium Violet Red #CD2799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.82%

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 51.64%
G = 9.82%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD2799 (or 0xCD2799) is known color: Medium Violet Red. HEX triplet: CD, 27 and 99. RGB value is (205,39,153). Sum of RGB (Red+Green+Blue) = 205+39+153=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2799 is #32D866. Grayscale: #656565. Windows color (decimal): -3332199 or 10037197. OLE color: 10037197.

HSL color Cylindrical-coordinate representation of color #CD2799: hue angle of 318.8º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2799 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 39 153 -
CMYK 0 0.81 0.25 0.20
HSL 318.8º 0.68% 0.48% -
HSV(B) 318.8º 0.81% 0.8% -
XYZ 31.65 16.73 31.7 -
YUV 101.63 157 201.73 -
System Red Green Blue C M Y K H S L
Decimal 205 39 153 0 0.81 0.25 0.20 318.8 0.68 0.48
Hex CD 27 99 0 51 19 14 13F 44 30
Octal 315 47 231 0 121 31 24 477 104 60
Binary 11001101 100111 10011001 0 1010001 11001 10100 100111111 1000100 110000

Color Harmonies of #CD2799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2799

Black with #CD2799

Text Example


Text Example

White with #CD2799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2799; }

 p { color: rgb(205,39,153); }

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

background-color css

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

 a { background-color: rgb(205,39,153); }

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

border-color css

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

 span { border-color: rgb(205,39,153); }

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