Html Css Color HEX #CF068E Medium Violet Red

📋 copy color: '#CF068E'

red 207 ◦ green 6 ◦ blue 142

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

Shades of Medium Violet Red #CF068E

Tints of Medium Violet Red #CF068E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40%

R = 58.31%
G = 1.69%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF068E (or 0xCF068E) is known color: Medium Violet Red. HEX triplet: CF, 06 and 8E. RGB value is (207,6,142). Sum of RGB (Red+Green+Blue) = 207+6+142=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF068E is #30F971. Grayscale: #515151. Windows color (decimal): -3209586 or 9307855. OLE color: 9307855.

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

Color convert

RGB 207 6 142 -
CMYK 0 0.97 0.31 0.19
HSL 319.4º 0.94% 0.42% -
HSV(B) 319.4º 0.97% 0.81% -
XYZ 30.68 15.35 26.94 -
YUV 81.6 162.09 217.44 -
System Red Green Blue C M Y K H S L
Decimal 207 6 142 0 0.97 0.31 0.19 319.4 0.94 0.42
Hex CF 6 8E 0 61 1F 13 13F 5E 2A
Octal 317 6 216 0 141 37 23 477 136 52
Binary 11001111 110 10001110 0 1100001 11111 10011 100111111 1011110 101010

Color Harmonies of #CF068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF068E

Black with #CF068E

Text Example


Text Example

White with #CF068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF068E; }

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

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

background-color css

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

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

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

border-color css

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

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

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