Html Css Color HEX #CF1163 Ruby

📋 copy color: '#CF1163'

red 207 ◦ green 17 ◦ blue 99

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

Shades of Ruby #CF1163

Tints of Ruby #CF1163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.65%

R = 64.09%
G = 5.26%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF1163 (or 0xCF1163) is known color: Ruby. HEX triplet: CF, 11 and 63. RGB value is (207,17,99). Sum of RGB (Red+Green+Blue) = 207+17+99=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1163 is #30EE9C. Grayscale: #535353. Windows color (decimal): -3206813 or 6492623. OLE color: 6492623.

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

Color convert

RGB 207 17 99 -
CMYK 0 0.92 0.52 0.19
HSL 334.11º 0.85% 0.44% -
HSV(B) 334.11º 0.92% 0.81% -
XYZ 28.18 14.57 13.13 -
YUV 83.16 136.95 216.33 -
System Red Green Blue C M Y K H S L
Decimal 207 17 99 0 0.92 0.52 0.19 334.11 0.85 0.44
Hex CF 11 63 0 5C 34 13 14E 55 2C
Octal 317 21 143 0 134 64 23 516 125 54
Binary 11001111 10001 1100011 0 1011100 110100 10011 101001110 1010101 101100

Color Harmonies of #CF1163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1163

Black with #CF1163

Text Example


Text Example

White with #CF1163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1163; }

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

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

background-color css

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

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

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

border-color css

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

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

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