Html Css Color HEX #CF2599 Medium Violet Red

📋 copy color: '#CF2599'

red 207 ◦ green 37 ◦ blue 153

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

Shades of Medium Violet Red #CF2599

Tints of Medium Violet Red #CF2599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.32%

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 52.14%
G = 9.32%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF2599 (or 0xCF2599) is known color: Medium Violet Red. HEX triplet: CF, 25 and 99. RGB value is (207,37,153). Sum of RGB (Red+Green+Blue) = 207+37+153=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2599 is #30DA66. Grayscale: #646464. Windows color (decimal): -3201639 or 10036687. OLE color: 10036687.

HSL color Cylindrical-coordinate representation of color #CF2599: hue angle of 319.06º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2599 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 37 153 -
CMYK 0 0.82 0.26 0.19
HSL 319.06º 0.7% 0.48% -
HSV(B) 319.06º 0.82% 0.81% -
XYZ 32.14 16.89 31.7 -
YUV 101.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 207 37 153 0 0.82 0.26 0.19 319.06 0.7 0.48
Hex CF 25 99 0 52 1A 13 13F 46 30
Octal 317 45 231 0 122 32 23 477 106 60
Binary 11001111 100101 10011001 0 1010010 11010 10011 100111111 1000110 110000

Color Harmonies of #CF2599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2599

Black with #CF2599

Text Example


Text Example

White with #CF2599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2599; }

 p { color: rgb(207,37,153); }

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

background-color css

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

 a { background-color: rgb(207,37,153); }

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

border-color css

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

 span { border-color: rgb(207,37,153); }

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