Html Css Color HEX #CF0676 Medium Violet Red

📋 copy color: '#CF0676'

red 207 ◦ green 6 ◦ blue 118

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

Shades of Medium Violet Red #CF0676

Tints of Medium Violet Red #CF0676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.81%

 BLUE value IS 118 (46.48% from 255) = 35.65%

R = 62.54%
G = 1.81%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF0676 (or 0xCF0676) is known color: Medium Violet Red. HEX triplet: CF, 06 and 76. RGB value is (207,6,118). Sum of RGB (Red+Green+Blue) = 207+6+118=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0676 is #30F989. Grayscale: #4E4E4E. Windows color (decimal): -3209610 or 7734991. OLE color: 7734991.

HSL color Cylindrical-coordinate representation of color #CF0676: hue angle of 326.57º degrees, saturation: 0.94, 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 #CF0676 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 6 118 -
CMYK 0 0.97 0.43 0.19
HSL 326.57º 0.94% 0.42% -
HSV(B) 326.57º 0.97% 0.81% -
XYZ 29.07 14.7 18.45 -
YUV 78.87 150.09 219.39 -
System Red Green Blue C M Y K H S L
Decimal 207 6 118 0 0.97 0.43 0.19 326.57 0.94 0.42
Hex CF 6 76 0 61 2B 13 147 5E 2A
Octal 317 6 166 0 141 53 23 507 136 52
Binary 11001111 110 1110110 0 1100001 101011 10011 101000111 1011110 101010

Color Harmonies of #CF0676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0676

Black with #CF0676

Text Example


Text Example

White with #CF0676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0676; }

 p { color: rgb(207,6,118); }

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

background-color css

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

 a { background-color: rgb(207,6,118); }

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

border-color css

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

 span { border-color: rgb(207,6,118); }

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