Html Css Color HEX #CF0674 Medium Violet Red

📋 copy color: '#CF0674'

red 207 ◦ green 6 ◦ blue 116

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

Shades of Medium Violet Red #CF0674

Tints of Medium Violet Red #CF0674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.26%

R = 62.92%
G = 1.82%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF0674 (or 0xCF0674) is known color: Medium Violet Red. HEX triplet: CF, 06 and 74. RGB value is (207,6,116). Sum of RGB (Red+Green+Blue) = 207+6+116=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0674 is #30F98B. Grayscale: #4E4E4E. Windows color (decimal): -3209612 or 7603919. OLE color: 7603919.

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

Color convert

RGB 207 6 116 -
CMYK 0 0.97 0.44 0.19
HSL 327.16º 0.94% 0.42% -
HSV(B) 327.16º 0.97% 0.81% -
XYZ 28.95 14.66 17.83 -
YUV 78.64 149.09 219.56 -
System Red Green Blue C M Y K H S L
Decimal 207 6 116 0 0.97 0.44 0.19 327.16 0.94 0.42
Hex CF 6 74 0 61 2C 13 147 5E 2A
Octal 317 6 164 0 141 54 23 507 136 52
Binary 11001111 110 1110100 0 1100001 101100 10011 101000111 1011110 101010

Color Harmonies of #CF0674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0674

Black with #CF0674

Text Example


Text Example

White with #CF0674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0674; }

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

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

background-color css

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

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

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

border-color css

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

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

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