Html Css Color HEX #CF098B Medium Violet Red

📋 copy color: '#CF098B'

red 207 ◦ green 9 ◦ blue 139

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

Shades of Medium Violet Red #CF098B

Tints of Medium Violet Red #CF098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 58.31%
G = 2.54%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF098B (or 0xCF098B) is known color: Medium Violet Red. HEX triplet: CF, 09 and 8B. RGB value is (207,9,139). Sum of RGB (Red+Green+Blue) = 207+9+139=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF098B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF098B is #30F674. Grayscale: #525252. Windows color (decimal): -3208821 or 9112015. OLE color: 9112015.

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

Color convert

RGB 207 9 139 -
CMYK 0 0.96 0.33 0.19
HSL 320.61º 0.92% 0.42% -
HSV(B) 320.61º 0.96% 0.81% -
XYZ 30.49 15.32 25.78 -
YUV 83.02 159.6 216.43 -
System Red Green Blue C M Y K H S L
Decimal 207 9 139 0 0.96 0.33 0.19 320.61 0.92 0.42
Hex CF 9 8B 0 60 21 13 141 5C 2A
Octal 317 11 213 0 140 41 23 501 134 52
Binary 11001111 1001 10001011 0 1100000 100001 10011 101000001 1011100 101010

Color Harmonies of #CF098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF098B

Black with #CF098B

Text Example


Text Example

White with #CF098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF098B; }

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

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

background-color css

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

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

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

border-color css

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

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

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