Html Css Color HEX #CF0E8C Medium Violet Red

📋 copy color: '#CF0E8C'

red 207 ◦ green 14 ◦ blue 140

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

Shades of Medium Violet Red #CF0E8C

Tints of Medium Violet Red #CF0E8C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.88%

 BLUE value IS 140 (55.08% from 255) = 38.78%

R = 57.34%
G = 3.88%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF0E8C (or 0xCF0E8C) is known color: Medium Violet Red. HEX triplet: CF, 0E and 8C. RGB value is (207,14,140). Sum of RGB (Red+Green+Blue) = 207+14+140=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0E8C is #30F173. Grayscale: #555555. Windows color (decimal): -3207540 or 9178831. OLE color: 9178831.

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

Color convert

RGB 207 14 140 -
CMYK 0 0.93 0.32 0.19
HSL 320.83º 0.87% 0.43% -
HSV(B) 320.83º 0.93% 0.81% -
XYZ 30.62 15.47 26.18 -
YUV 86.07 158.44 214.25 -
System Red Green Blue C M Y K H S L
Decimal 207 14 140 0 0.93 0.32 0.19 320.83 0.87 0.43
Hex CF E 8C 0 5D 20 13 141 57 2B
Octal 317 16 214 0 135 40 23 501 127 53
Binary 11001111 1110 10001100 0 1011101 100000 10011 101000001 1010111 101011

Color Harmonies of #CF0E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0E8C

Black with #CF0E8C

Text Example


Text Example

White with #CF0E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0E8C; }

 p { color: rgb(207,14,140); }

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

background-color css

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

 a { background-color: rgb(207,14,140); }

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

border-color css

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

 span { border-color: rgb(207,14,140); }

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