Html Css Color HEX #CF099D Medium Violet Red

📋 copy color: '#CF099D'

red 207 ◦ green 9 ◦ blue 157

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

Shades of Medium Violet Red #CF099D

Tints of Medium Violet Red #CF099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 55.5%
G = 2.41%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF099D (or 0xCF099D) is known color: Medium Violet Red. HEX triplet: CF, 09 and 9D. RGB value is (207,9,157). Sum of RGB (Red+Green+Blue) = 207+9+157=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF099D is #30F662. Grayscale: #545454. Windows color (decimal): -3208803 or 10291663. OLE color: 10291663.

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

Color convert

RGB 207 9 157 -
CMYK 0 0.96 0.24 0.19
HSL 315.15º 0.92% 0.42% -
HSV(B) 315.15º 0.96% 0.81% -
XYZ 31.92 15.9 33.28 -
YUV 85.07 168.6 214.97 -
System Red Green Blue C M Y K H S L
Decimal 207 9 157 0 0.96 0.24 0.19 315.15 0.92 0.42
Hex CF 9 9D 0 60 18 13 13B 5C 2A
Octal 317 11 235 0 140 30 23 473 134 52
Binary 11001111 1001 10011101 0 1100000 11000 10011 100111011 1011100 101010

Color Harmonies of #CF099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF099D

Black with #CF099D

Text Example


Text Example

White with #CF099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF099D; }

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

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

background-color css

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

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

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

border-color css

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

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

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