Html Css Color HEX #CD1498 Medium Violet Red

📋 copy color: '#CD1498'

red 205 ◦ green 20 ◦ blue 152

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

Shades of Medium Violet Red #CD1498

Tints of Medium Violet Red #CD1498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.31%

 BLUE value IS 152 (59.77% from 255) = 40.32%

R = 54.38%
G = 5.31%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD1498 (or 0xCD1498) is known color: Medium Violet Red. HEX triplet: CD, 14 and 98. RGB value is (205,20,152). Sum of RGB (Red+Green+Blue) = 205+20+152=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1498 is #32EB67. Grayscale: #5A5A5A. Windows color (decimal): -3337064 or 9966797. OLE color: 9966797.

HSL color Cylindrical-coordinate representation of color #CD1498: hue angle of 317.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1498 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 20 152 -
CMYK 0 0.90 0.26 0.20
HSL 317.19º 0.82% 0.44% -
HSV(B) 317.19º 0.9% 0.8% -
XYZ 31.09 15.75 31.11 -
YUV 90.36 162.79 209.77 -
System Red Green Blue C M Y K H S L
Decimal 205 20 152 0 0.90 0.26 0.20 317.19 0.82 0.44
Hex CD 14 98 0 5A 1A 14 13D 52 2C
Octal 315 24 230 0 132 32 24 475 122 54
Binary 11001101 10100 10011000 0 1011010 11010 10100 100111101 1010010 101100

Color Harmonies of #CD1498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1498

Black with #CD1498

Text Example


Text Example

White with #CD1498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1498; }

 p { color: rgb(205,20,152); }

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

background-color css

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

 a { background-color: rgb(205,20,152); }

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

border-color css

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

 span { border-color: rgb(205,20,152); }

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