Html Css Color HEX #CF1D77 Medium Violet Red

📋 copy color: '#CF1D77'

red 207 ◦ green 29 ◦ blue 119

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

Shades of Medium Violet Red #CF1D77

Tints of Medium Violet Red #CF1D77

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.17%

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

R = 58.31%
G = 8.17%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF1D77 (or 0xCF1D77) is known color: Medium Violet Red. HEX triplet: CF, 1D and 77. RGB value is (207,29,119). Sum of RGB (Red+Green+Blue) = 207+29+119=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1D77 is #30E288. Grayscale: #5C5C5C. Windows color (decimal): -3203721 or 7806415. OLE color: 7806415.

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

Color convert

RGB 207 29 119 -
CMYK 0 0.86 0.43 0.19
HSL 329.66º 0.75% 0.46% -
HSV(B) 329.66º 0.86% 0.81% -
XYZ 29.5 15.48 18.89 -
YUV 92.48 142.97 209.68 -
System Red Green Blue C M Y K H S L
Decimal 207 29 119 0 0.86 0.43 0.19 329.66 0.75 0.46
Hex CF 1D 77 0 56 2B 13 14A 4B 2E
Octal 317 35 167 0 126 53 23 512 113 56
Binary 11001111 11101 1110111 0 1010110 101011 10011 101001010 1001011 101110

Color Harmonies of #CF1D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1D77

Black with #CF1D77

Text Example


Text Example

White with #CF1D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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