Html Css Color HEX #CD2098 Medium Violet Red

📋 copy color: '#CD2098'

red 205 ◦ green 32 ◦ blue 152

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

Shades of Medium Violet Red #CD2098

Tints of Medium Violet Red #CD2098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.23%

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

R = 52.7%
G = 8.23%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD2098 (or 0xCD2098) is known color: Medium Violet Red. HEX triplet: CD, 20 and 98. RGB value is (205,32,152). Sum of RGB (Red+Green+Blue) = 205+32+152=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2098 is #32DF67. Grayscale: #616161. Windows color (decimal): -3333992 or 9969869. OLE color: 9969869.

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

Color convert

RGB 205 32 152 -
CMYK 0 0.84 0.26 0.20
HSL 318.38º 0.73% 0.46% -
HSV(B) 318.38º 0.84% 0.8% -
XYZ 31.36 16.28 31.2 -
YUV 97.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 205 32 152 0 0.84 0.26 0.20 318.38 0.73 0.46
Hex CD 20 98 0 54 1A 14 13E 49 2E
Octal 315 40 230 0 124 32 24 476 111 56
Binary 11001101 100000 10011000 0 1010100 11010 10100 100111110 1001001 101110

Color Harmonies of #CD2098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2098

Black with #CD2098

Text Example


Text Example

White with #CD2098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2098; }

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

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

background-color css

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

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

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

border-color css

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

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

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