Html Css Color HEX #CF098C Medium Violet Red

📋 copy color: '#CF098C'

red 207 ◦ green 9 ◦ blue 140

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

Shades of Medium Violet Red #CF098C

Tints of Medium Violet Red #CF098C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.53%

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

R = 58.15%
G = 2.53%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF098C (or 0xCF098C) is known color: Medium Violet Red. HEX triplet: CF, 09 and 8C. RGB value is (207,9,140). Sum of RGB (Red+Green+Blue) = 207+9+140=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF098C is #30F673. Grayscale: #525252. Windows color (decimal): -3208820 or 9177551. OLE color: 9177551.

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

Color convert

RGB 207 9 140 -
CMYK 0 0.96 0.32 0.19
HSL 320.3º 0.92% 0.42% -
HSV(B) 320.3º 0.96% 0.81% -
XYZ 30.56 15.35 26.16 -
YUV 83.14 160.1 216.35 -
System Red Green Blue C M Y K H S L
Decimal 207 9 140 0 0.96 0.32 0.19 320.3 0.92 0.42
Hex CF 9 8C 0 60 20 13 140 5C 2A
Octal 317 11 214 0 140 40 23 500 134 52
Binary 11001111 1001 10001100 0 1100000 100000 10011 101000000 1011100 101010

Color Harmonies of #CF098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF098C

Black with #CF098C

Text Example


Text Example

White with #CF098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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