Html Css Color HEX #CF2379 Medium Violet Red

📋 copy color: '#CF2379'

red 207 ◦ green 35 ◦ blue 121

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

Shades of Medium Violet Red #CF2379

Tints of Medium Violet Red #CF2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.64%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 57.02%
G = 9.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF2379 (or 0xCF2379) is known color: Medium Violet Red. HEX triplet: CF, 23 and 79. RGB value is (207,35,121). Sum of RGB (Red+Green+Blue) = 207+35+121=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2379 is #30DC86. Grayscale: #606060. Windows color (decimal): -3202183 or 7939023. OLE color: 7939023.

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

Color convert

RGB 207 35 121 -
CMYK 0 0.83 0.42 0.19
HSL 330º 0.71% 0.47% -
HSV(B) 330º 0.83% 0.81% -
XYZ 29.78 15.85 19.58 -
YUV 96.23 141.98 207.01 -
System Red Green Blue C M Y K H S L
Decimal 207 35 121 0 0.83 0.42 0.19 330 0.71 0.47
Hex CF 23 79 0 53 2A 13 14A 47 2F
Octal 317 43 171 0 123 52 23 512 107 57
Binary 11001111 100011 1111001 0 1010011 101010 10011 101001010 1000111 101111

Color Harmonies of #CF2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2379

Black with #CF2379

Text Example


Text Example

White with #CF2379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2379; }

 p { color: rgb(207,35,121); }

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

background-color css

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

 a { background-color: rgb(207,35,121); }

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

border-color css

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

 span { border-color: rgb(207,35,121); }

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