Html Css Color HEX #CF0598 Medium Violet Red

📋 copy color: '#CF0598'

red 207 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #CF0598

Tints of Medium Violet Red #CF0598

RGB

 RED value IS 207 (81.25% from 255) = 56.87%

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

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

R = 56.87%
G = 1.37%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CF0598 (or 0xCF0598) is known color: Medium Violet Red. HEX triplet: CF, 05 and 98. RGB value is (207,5,152). Sum of RGB (Red+Green+Blue) = 207+5+152=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0598 is #30FA67. Grayscale: #515151. Windows color (decimal): -3209832 or 9962959. OLE color: 9962959.

HSL color Cylindrical-coordinate representation of color #CF0598: hue angle of 316.34º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0598 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 5 152 -
CMYK 0 0.98 0.27 0.19
HSL 316.34º 0.95% 0.42% -
HSV(B) 316.34º 0.98% 0.81% -
XYZ 31.45 15.64 31.07 -
YUV 82.16 167.42 217.05 -
System Red Green Blue C M Y K H S L
Decimal 207 5 152 0 0.98 0.27 0.19 316.34 0.95 0.42
Hex CF 5 98 0 62 1B 13 13C 5F 2A
Octal 317 5 230 0 142 33 23 474 137 52
Binary 11001111 101 10011000 0 1100010 11011 10011 100111100 1011111 101010

Color Harmonies of #CF0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0598

Black with #CF0598

Text Example


Text Example

White with #CF0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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