Html Css Color HEX #CD038C Medium Violet Red

📋 copy color: '#CD038C'

red 205 ◦ green 3 ◦ blue 140

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

Shades of Medium Violet Red #CD038C

Tints of Medium Violet Red #CD038C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 58.91%
G = 0.86%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD038C (or 0xCD038C) is known color: Medium Violet Red. HEX triplet: CD, 03 and 8C. RGB value is (205,3,140). Sum of RGB (Red+Green+Blue) = 205+3+140=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD038C is #32FC73. Grayscale: #4E4E4E. Windows color (decimal): -3341428 or 9176013. OLE color: 9176013.

HSL color Cylindrical-coordinate representation of color #CD038C: hue angle of 319.31º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD038C is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 3 140 -
CMYK 0 0.99 0.32 0.20
HSL 319.31º 0.97% 0.41% -
HSV(B) 319.31º 0.99% 0.8% -
XYZ 29.94 14.94 26.12 -
YUV 79.02 162.42 217.86 -
System Red Green Blue C M Y K H S L
Decimal 205 3 140 0 0.99 0.32 0.20 319.31 0.97 0.41
Hex CD 3 8C 0 63 20 14 13F 61 29
Octal 315 3 214 0 143 40 24 477 141 51
Binary 11001101 11 10001100 0 1100011 100000 10100 100111111 1100001 101001

Color Harmonies of #CD038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD038C

Black with #CD038C

Text Example


Text Example

White with #CD038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD038C; }

 p { color: rgb(205,3,140); }

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

background-color css

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

 a { background-color: rgb(205,3,140); }

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

border-color css

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

 span { border-color: rgb(205,3,140); }

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