Html Css Color HEX #CD0078 Medium Violet Red

📋 copy color: '#CD0078'

red 205 ◦ green 0 ◦ blue 120

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

Shades of Medium Violet Red #CD0078

Tints of Medium Violet Red #CD0078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.92%

R = 63.08%
G = 0%
B = 36.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CD0078 (or 0xCD0078) is known color: Medium Violet Red. HEX triplet: CD, 00 and 78. RGB value is (205,0,120). Sum of RGB (Red+Green+Blue) = 205+0+120=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0078 is #32FF87. Grayscale: #4A4A4A. Windows color (decimal): -3342216 or 7864525. OLE color: 7864525.

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

Color convert

RGB 205 0 120 -
CMYK 0 1 0.41 0.20
HSL 324.88º 1% 0.4% -
HSV(B) 324.88º 1% 0.8% -
XYZ 28.57 14.34 19.03 -
YUV 74.98 153.42 220.74 -
System Red Green Blue C M Y K H S L
Decimal 205 0 120 0 1 0.41 0.20 324.88 1 0.4
Hex CD 0 78 0 64 29 14 145 64 28
Octal 315 0 170 0 144 51 24 505 144 50
Binary 11001101 0 1111000 0 1100100 101001 10100 101000101 1100100 101000

Color Harmonies of #CD0078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0078

Black with #CD0078

Text Example


Text Example

White with #CD0078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0078; }

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

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

background-color css

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

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

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

border-color css

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

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

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