Html Css Color HEX #CF096F Ruby

📋 copy color: '#CF096F'

red 207 ◦ green 9 ◦ blue 111

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

Shades of Ruby #CF096F

Tints of Ruby #CF096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.94%

R = 63.3%
G = 2.75%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF096F (or 0xCF096F) is known color: Ruby. HEX triplet: CF, 09 and 6F. RGB value is (207,9,111). Sum of RGB (Red+Green+Blue) = 207+9+111=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF096F is #30F690. Grayscale: #4F4F4F. Windows color (decimal): -3208849 or 7277007. OLE color: 7277007.

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

Color convert

RGB 207 9 111 -
CMYK 0 0.96 0.46 0.19
HSL 329.09º 0.92% 0.42% -
HSV(B) 329.09º 0.96% 0.81% -
XYZ 28.7 14.61 16.35 -
YUV 79.83 145.6 218.71 -
System Red Green Blue C M Y K H S L
Decimal 207 9 111 0 0.96 0.46 0.19 329.09 0.92 0.42
Hex CF 9 6F 0 60 2E 13 149 5C 2A
Octal 317 11 157 0 140 56 23 511 134 52
Binary 11001111 1001 1101111 0 1100000 101110 10011 101001001 1011100 101010

Color Harmonies of #CF096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF096F

Black with #CF096F

Text Example


Text Example

White with #CF096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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