Html Css Color HEX #CF0F8C Medium Violet Red

📋 copy color: '#CF0F8C'

red 207 ◦ green 15 ◦ blue 140

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

Shades of Medium Violet Red #CF0F8C

Tints of Medium Violet Red #CF0F8C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.14%

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

R = 57.18%
G = 4.14%
B = 38.67%

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

#CF0F8C (or 0xCF0F8C) is known color: Medium Violet Red. HEX triplet: CF, 0F and 8C. RGB value is (207,15,140). Sum of RGB (Red+Green+Blue) = 207+15+140=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0F8C is #30F073. Grayscale: #565656. Windows color (decimal): -3207284 or 9179087. OLE color: 9179087.

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

Color convert

RGB 207 15 140 -
CMYK 0 0.93 0.32 0.19
HSL 320.94º 0.86% 0.44% -
HSV(B) 320.94º 0.93% 0.81% -
XYZ 30.64 15.5 26.19 -
YUV 86.66 158.11 213.84 -
System Red Green Blue C M Y K H S L
Decimal 207 15 140 0 0.93 0.32 0.19 320.94 0.86 0.44
Hex CF F 8C 0 5D 20 13 141 56 2C
Octal 317 17 214 0 135 40 23 501 126 54
Binary 11001111 1111 10001100 0 1011101 100000 10011 101000001 1010110 101100

Color Harmonies of #CF0F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F8C

Black with #CF0F8C

Text Example


Text Example

White with #CF0F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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