Html Css Color HEX #CD0598 Medium Violet Red

📋 copy color: '#CD0598'

red 205 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #CD0598

Tints of Medium Violet Red #CD0598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

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

R = 56.63%
G = 1.38%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD0598 (or 0xCD0598) is known color: Medium Violet Red. HEX triplet: CD, 05 and 98. RGB value is (205,5,152). Sum of RGB (Red+Green+Blue) = 205+5+152=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0598 is #32FA67. Grayscale: #515151. Windows color (decimal): -3340904 or 9962957. OLE color: 9962957.

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

Color convert

RGB 205 5 152 -
CMYK 0 0.98 0.26 0.20
HSL 315.9º 0.95% 0.41% -
HSV(B) 315.9º 0.98% 0.8% -
XYZ 30.9 15.35 31.04 -
YUV 81.56 167.76 216.05 -
System Red Green Blue C M Y K H S L
Decimal 205 5 152 0 0.98 0.26 0.20 315.9 0.95 0.41
Hex CD 5 98 0 62 1A 14 13C 5F 29
Octal 315 5 230 0 142 32 24 474 137 51
Binary 11001101 101 10011000 0 1100010 11010 10100 100111100 1011111 101001

Color Harmonies of #CD0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0598

Black with #CD0598

Text Example


Text Example

White with #CD0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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