Html Css Color HEX #CF115F Ruby

📋 copy color: '#CF115F'

red 207 ◦ green 17 ◦ blue 95

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

Shades of Ruby #CF115F

Tints of Ruby #CF115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 64.89%
G = 5.33%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF115F (or 0xCF115F) is known color: Ruby. HEX triplet: CF, 11 and 5F. RGB value is (207,17,95). Sum of RGB (Red+Green+Blue) = 207+17+95=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF115F is #30EEA0. Grayscale: #525252. Windows color (decimal): -3206817 or 6230479. OLE color: 6230479.

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

Color convert

RGB 207 17 95 -
CMYK 0 0.92 0.54 0.19
HSL 335.37º 0.85% 0.44% -
HSV(B) 335.37º 0.92% 0.81% -
XYZ 28 14.49 12.15 -
YUV 82.7 134.95 216.66 -
System Red Green Blue C M Y K H S L
Decimal 207 17 95 0 0.92 0.54 0.19 335.37 0.85 0.44
Hex CF 11 5F 0 5C 36 13 14F 55 2C
Octal 317 21 137 0 134 66 23 517 125 54
Binary 11001111 10001 1011111 0 1011100 110110 10011 101001111 1010101 101100

Color Harmonies of #CF115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF115F

Black with #CF115F

Text Example


Text Example

White with #CF115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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