Html Css Color HEX #CD0385 Medium Violet Red

📋 copy color: '#CD0385'

red 205 ◦ green 3 ◦ blue 133

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

Shades of Medium Violet Red #CD0385

Tints of Medium Violet Red #CD0385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39%

R = 60.12%
G = 0.88%
B = 39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD0385 (or 0xCD0385) is known color: Medium Violet Red. HEX triplet: CD, 03 and 85. RGB value is (205,3,133). Sum of RGB (Red+Green+Blue) = 205+3+133=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0385 is #32FC7A. Grayscale: #4D4D4D. Windows color (decimal): -3341435 or 8717261. OLE color: 8717261.

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

Color convert

RGB 205 3 133 -
CMYK 0 0.99 0.35 0.20
HSL 321.39º 0.97% 0.41% -
HSV(B) 321.39º 0.99% 0.8% -
XYZ 29.44 14.74 23.48 -
YUV 78.22 158.92 218.43 -
System Red Green Blue C M Y K H S L
Decimal 205 3 133 0 0.99 0.35 0.20 321.39 0.97 0.41
Hex CD 3 85 0 63 23 14 141 61 29
Octal 315 3 205 0 143 43 24 501 141 51
Binary 11001101 11 10000101 0 1100011 100011 10100 101000001 1100001 101001

Color Harmonies of #CD0385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0385

Black with #CD0385

Text Example


Text Example

White with #CD0385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0385; }

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

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

background-color css

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

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

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

border-color css

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

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

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