Html Css Color HEX #CD0F8A Medium Violet Red

📋 copy color: '#CD0F8A'

red 205 ◦ green 15 ◦ blue 138

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

Shades of Medium Violet Red #CD0F8A

Tints of Medium Violet Red #CD0F8A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.19%

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

R = 57.26%
G = 4.19%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD0F8A (or 0xCD0F8A) is known color: Medium Violet Red. HEX triplet: CD, 0F and 8A. RGB value is (205,15,138). Sum of RGB (Red+Green+Blue) = 205+15+138=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0F8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0F8A is #32F075. Grayscale: #555555. Windows color (decimal): -3338358 or 9048013. OLE color: 9048013.

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

Color convert

RGB 205 15 138 -
CMYK 0 0.93 0.33 0.20
HSL 321.16º 0.86% 0.43% -
HSV(B) 321.16º 0.93% 0.8% -
XYZ 29.94 15.16 25.39 -
YUV 85.83 157.45 213 -
System Red Green Blue C M Y K H S L
Decimal 205 15 138 0 0.93 0.33 0.20 321.16 0.86 0.43
Hex CD F 8A 0 5D 21 14 141 56 2B
Octal 315 17 212 0 135 41 24 501 126 53
Binary 11001101 1111 10001010 0 1011101 100001 10100 101000001 1010110 101011

Color Harmonies of #CD0F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0F8A

Black with #CD0F8A

Text Example


Text Example

White with #CD0F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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