Html Css Color HEX #CD138A Medium Violet Red

📋 copy color: '#CD138A'

red 205 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #CD138A

Tints of Medium Violet Red #CD138A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.25%

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 56.63%
G = 5.25%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD138A (or 0xCD138A) is known color: Medium Violet Red. HEX triplet: CD, 13 and 8A. RGB value is (205,19,138). Sum of RGB (Red+Green+Blue) = 205+19+138=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD138A is #32EC75. Grayscale: #575757. Windows color (decimal): -3337334 or 9049037. OLE color: 9049037.

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

Color convert

RGB 205 19 138 -
CMYK 0 0.91 0.33 0.20
HSL 321.61º 0.83% 0.44% -
HSV(B) 321.61º 0.91% 0.8% -
XYZ 30 15.28 25.41 -
YUV 88.18 156.12 211.32 -
System Red Green Blue C M Y K H S L
Decimal 205 19 138 0 0.91 0.33 0.20 321.61 0.83 0.44
Hex CD 13 8A 0 5B 21 14 142 53 2C
Octal 315 23 212 0 133 41 24 502 123 54
Binary 11001101 10011 10001010 0 1011011 100001 10100 101000010 1010011 101100

Color Harmonies of #CD138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD138A

Black with #CD138A

Text Example


Text Example

White with #CD138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD138A; }

 p { color: rgb(205,19,138); }

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

background-color css

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

 a { background-color: rgb(205,19,138); }

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

border-color css

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

 span { border-color: rgb(205,19,138); }

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