Html Css Color HEX #CF116F Ruby

📋 copy color: '#CF116F'

red 207 ◦ green 17 ◦ blue 111

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

Shades of Ruby #CF116F

Tints of Ruby #CF116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.07%

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

R = 61.79%
G = 5.07%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF116F (or 0xCF116F) is known color: Ruby. HEX triplet: CF, 11 and 6F. RGB value is (207,17,111). Sum of RGB (Red+Green+Blue) = 207+17+111=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF116F is #30EE90. Grayscale: #545454. Windows color (decimal): -3206801 or 7279055. OLE color: 7279055.

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

Color convert

RGB 207 17 111 -
CMYK 0 0.92 0.46 0.19
HSL 330.32º 0.85% 0.44% -
HSV(B) 330.32º 0.92% 0.81% -
XYZ 28.8 14.81 16.38 -
YUV 84.53 142.95 215.36 -
System Red Green Blue C M Y K H S L
Decimal 207 17 111 0 0.92 0.46 0.19 330.32 0.85 0.44
Hex CF 11 6F 0 5C 2E 13 14A 55 2C
Octal 317 21 157 0 134 56 23 512 125 54
Binary 11001111 10001 1101111 0 1011100 101110 10011 101001010 1010101 101100

Color Harmonies of #CF116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF116F

Black with #CF116F

Text Example


Text Example

White with #CF116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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