Html Css Color HEX #CF067E Medium Violet Red

📋 copy color: '#CF067E'

red 207 ◦ green 6 ◦ blue 126

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

Shades of Medium Violet Red #CF067E

Tints of Medium Violet Red #CF067E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.17%

R = 61.06%
G = 1.77%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF067E (or 0xCF067E) is known color: Medium Violet Red. HEX triplet: CF, 06 and 7E. RGB value is (207,6,126). Sum of RGB (Red+Green+Blue) = 207+6+126=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF067E is #30F981. Grayscale: #4F4F4F. Windows color (decimal): -3209602 or 8259279. OLE color: 8259279.

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

Color convert

RGB 207 6 126 -
CMYK 0 0.97 0.39 0.19
HSL 324.18º 0.94% 0.42% -
HSV(B) 324.18º 0.97% 0.81% -
XYZ 29.56 14.9 21.06 -
YUV 79.78 154.09 218.74 -
System Red Green Blue C M Y K H S L
Decimal 207 6 126 0 0.97 0.39 0.19 324.18 0.94 0.42
Hex CF 6 7E 0 61 27 13 144 5E 2A
Octal 317 6 176 0 141 47 23 504 136 52
Binary 11001111 110 1111110 0 1100001 100111 10011 101000100 1011110 101010

Color Harmonies of #CF067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF067E

Black with #CF067E

Text Example


Text Example

White with #CF067E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF067E; }

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

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

background-color css

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

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

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

border-color css

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

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

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