Html Css Color HEX #CF077D Medium Violet Red

📋 copy color: '#CF077D'

red 207 ◦ green 7 ◦ blue 125

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

Shades of Medium Violet Red #CF077D

Tints of Medium Violet Red #CF077D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.06%

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 61.06%
G = 2.06%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF077D (or 0xCF077D) is known color: Medium Violet Red. HEX triplet: CF, 07 and 7D. RGB value is (207,7,125). Sum of RGB (Red+Green+Blue) = 207+7+125=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF077D is #30F882. Grayscale: #4F4F4F. Windows color (decimal): -3209347 or 8193999. OLE color: 8193999.

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

Color convert

RGB 207 7 125 -
CMYK 0 0.97 0.40 0.19
HSL 324.6º 0.93% 0.42% -
HSV(B) 324.6º 0.97% 0.81% -
XYZ 29.51 14.9 20.72 -
YUV 80.25 153.26 218.41 -
System Red Green Blue C M Y K H S L
Decimal 207 7 125 0 0.97 0.40 0.19 324.6 0.93 0.42
Hex CF 7 7D 0 61 28 13 145 5D 2A
Octal 317 7 175 0 141 50 23 505 135 52
Binary 11001111 111 1111101 0 1100001 101000 10011 101000101 1011101 101010

Color Harmonies of #CF077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF077D

Black with #CF077D

Text Example


Text Example

White with #CF077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF077D; }

 p { color: rgb(207,7,125); }

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

background-color css

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

 a { background-color: rgb(207,7,125); }

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

border-color css

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

 span { border-color: rgb(207,7,125); }

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