Html Css Color HEX #CF1164 Ruby

📋 copy color: '#CF1164'

red 207 ◦ green 17 ◦ blue 100

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

Shades of Ruby #CF1164

Tints of Ruby #CF1164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 63.89%
G = 5.25%
B = 30.86%

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

#CF1164 (or 0xCF1164) is known color: Ruby. HEX triplet: CF, 11 and 64. RGB value is (207,17,100). Sum of RGB (Red+Green+Blue) = 207+17+100=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1164 is #30EE9B. Grayscale: #535353. Windows color (decimal): -3206812 or 6558159. OLE color: 6558159.

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

Color convert

RGB 207 17 100 -
CMYK 0 0.92 0.52 0.19
HSL 333.79º 0.85% 0.44% -
HSV(B) 333.79º 0.92% 0.81% -
XYZ 28.23 14.59 13.38 -
YUV 83.27 137.45 216.25 -
System Red Green Blue C M Y K H S L
Decimal 207 17 100 0 0.92 0.52 0.19 333.79 0.85 0.44
Hex CF 11 64 0 5C 34 13 14E 55 2C
Octal 317 21 144 0 134 64 23 516 125 54
Binary 11001111 10001 1100100 0 1011100 110100 10011 101001110 1010101 101100

Color Harmonies of #CF1164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1164

Black with #CF1164

Text Example


Text Example

White with #CF1164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1164; }

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

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

background-color css

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

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

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

border-color css

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

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

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