Html Css Color HEX #CF1977 Medium Violet Red

📋 copy color: '#CF1977'

red 207 ◦ green 25 ◦ blue 119

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

Shades of Medium Violet Red #CF1977

Tints of Medium Violet Red #CF1977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.12%

 BLUE value IS 119 (46.88% from 255) = 33.9%

R = 58.97%
G = 7.12%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF1977 (or 0xCF1977) is known color: Medium Violet Red. HEX triplet: CF, 19 and 77. RGB value is (207,25,119). Sum of RGB (Red+Green+Blue) = 207+25+119=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1977 is #30E688. Grayscale: #595959. Windows color (decimal): -3204745 or 7805391. OLE color: 7805391.

HSL color Cylindrical-coordinate representation of color #CF1977: hue angle of 329.01º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1977 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 25 119 -
CMYK 0 0.88 0.43 0.19
HSL 329.01º 0.78% 0.45% -
HSV(B) 329.01º 0.88% 0.81% -
XYZ 29.41 15.29 18.85 -
YUV 90.13 144.3 211.36 -
System Red Green Blue C M Y K H S L
Decimal 207 25 119 0 0.88 0.43 0.19 329.01 0.78 0.45
Hex CF 19 77 0 58 2B 13 149 4E 2D
Octal 317 31 167 0 130 53 23 511 116 55
Binary 11001111 11001 1110111 0 1011000 101011 10011 101001001 1001110 101101

Color Harmonies of #CF1977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1977

Black with #CF1977

Text Example


Text Example

White with #CF1977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1977; }

 p { color: rgb(207,25,119); }

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

background-color css

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

 a { background-color: rgb(207,25,119); }

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

border-color css

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

 span { border-color: rgb(207,25,119); }

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