Html Css Color HEX #CF115E Ruby

📋 copy color: '#CF115E'

red 207 ◦ green 17 ◦ blue 94

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

Shades of Ruby #CF115E

Tints of Ruby #CF115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 65.09%
G = 5.35%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF115E (or 0xCF115E) is known color: Ruby. HEX triplet: CF, 11 and 5E. RGB value is (207,17,94). Sum of RGB (Red+Green+Blue) = 207+17+94=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF115E is #30EEA1. Grayscale: #525252. Windows color (decimal): -3206818 or 6164943. OLE color: 6164943.

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

Color convert

RGB 207 17 94 -
CMYK 0 0.92 0.55 0.19
HSL 335.68º 0.85% 0.44% -
HSV(B) 335.68º 0.92% 0.81% -
XYZ 27.95 14.47 11.91 -
YUV 82.59 134.45 216.74 -
System Red Green Blue C M Y K H S L
Decimal 207 17 94 0 0.92 0.55 0.19 335.68 0.85 0.44
Hex CF 11 5E 0 5C 37 13 150 55 2C
Octal 317 21 136 0 134 67 23 520 125 54
Binary 11001111 10001 1011110 0 1011100 110111 10011 101010000 1010101 101100

Color Harmonies of #CF115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF115E

Black with #CF115E

Text Example


Text Example

White with #CF115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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