Html Css Color HEX #CD1298 Medium Violet Red

📋 copy color: '#CD1298'

red 205 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #CD1298

Tints of Medium Violet Red #CD1298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.8%

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

R = 54.67%
G = 4.8%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD1298 (or 0xCD1298) is known color: Medium Violet Red. HEX triplet: CD, 12 and 98. RGB value is (205,18,152). Sum of RGB (Red+Green+Blue) = 205+18+152=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1298 is #32ED67. Grayscale: #585858. Windows color (decimal): -3337576 or 9966285. OLE color: 9966285.

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

Color convert

RGB 205 18 152 -
CMYK 0 0.91 0.26 0.20
HSL 317.01º 0.84% 0.44% -
HSV(B) 317.01º 0.91% 0.8% -
XYZ 31.06 15.68 31.09 -
YUV 89.19 163.45 210.6 -
System Red Green Blue C M Y K H S L
Decimal 205 18 152 0 0.91 0.26 0.20 317.01 0.84 0.44
Hex CD 12 98 0 5B 1A 14 13D 54 2C
Octal 315 22 230 0 133 32 24 475 124 54
Binary 11001101 10010 10011000 0 1011011 11010 10100 100111101 1010100 101100

Color Harmonies of #CD1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1298

Black with #CD1298

Text Example


Text Example

White with #CD1298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1298; }

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

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

background-color css

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

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

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

border-color css

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

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

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