Html Css Color HEX #CF099B Medium Violet Red

📋 copy color: '#CF099B'

red 207 ◦ green 9 ◦ blue 155

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

Shades of Medium Violet Red #CF099B

Tints of Medium Violet Red #CF099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 55.8%
G = 2.43%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF099B (or 0xCF099B) is known color: Medium Violet Red. HEX triplet: CF, 09 and 9B. RGB value is (207,9,155). Sum of RGB (Red+Green+Blue) = 207+9+155=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF099B is #30F664. Grayscale: #545454. Windows color (decimal): -3208805 or 10160591. OLE color: 10160591.

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

Color convert

RGB 207 9 155 -
CMYK 0 0.96 0.25 0.19
HSL 315.76º 0.92% 0.42% -
HSV(B) 315.76º 0.96% 0.81% -
XYZ 31.75 15.83 32.39 -
YUV 84.85 167.6 215.13 -
System Red Green Blue C M Y K H S L
Decimal 207 9 155 0 0.96 0.25 0.19 315.76 0.92 0.42
Hex CF 9 9B 0 60 19 13 13C 5C 2A
Octal 317 11 233 0 140 31 23 474 134 52
Binary 11001111 1001 10011011 0 1100000 11001 10011 100111100 1011100 101010

Color Harmonies of #CF099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF099B

Black with #CF099B

Text Example


Text Example

White with #CF099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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