Html Css Color HEX #CD0093 Medium Violet Red

📋 copy color: '#CD0093'

red 205 ◦ green 0 ◦ blue 147

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

Shades of Medium Violet Red #CD0093

Tints of Medium Violet Red #CD0093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 41.76%

R = 58.24%
G = 0%
B = 41.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CD0093 (or 0xCD0093) is known color: Medium Violet Red. HEX triplet: CD, 00 and 93. RGB value is (205,0,147). Sum of RGB (Red+Green+Blue) = 205+0+147=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0093 is #32FF6C. Grayscale: #4D4D4D. Windows color (decimal): -3342189 or 9633997. OLE color: 9633997.

HSL color Cylindrical-coordinate representation of color #CD0093: hue angle of 316.98º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0093 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 0 147 -
CMYK 0 1 0.28 0.20
HSL 316.98º 1% 0.4% -
HSV(B) 316.98º 1% 0.8% -
XYZ 30.44 15.09 28.91 -
YUV 78.05 166.92 218.55 -
System Red Green Blue C M Y K H S L
Decimal 205 0 147 0 1 0.28 0.20 316.98 1 0.4
Hex CD 0 93 0 64 1C 14 13D 64 28
Octal 315 0 223 0 144 34 24 475 144 50
Binary 11001101 0 10010011 0 1100100 11100 10100 100111101 1100100 101000

Color Harmonies of #CD0093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0093

Black with #CD0093

Text Example


Text Example

White with #CD0093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0093; }

 p { color: rgb(205,0,147); }

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

background-color css

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

 a { background-color: rgb(205,0,147); }

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

border-color css

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

 span { border-color: rgb(205,0,147); }

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