Html Css Color HEX #CF116A Ruby

📋 copy color: '#CF116A'

red 207 ◦ green 17 ◦ blue 106

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

Shades of Ruby #CF116A

Tints of Ruby #CF116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 62.73%
G = 5.15%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF116A (or 0xCF116A) is known color: Ruby. HEX triplet: CF, 11 and 6A. RGB value is (207,17,106). Sum of RGB (Red+Green+Blue) = 207+17+106=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF116A is #30EE95. Grayscale: #535353. Windows color (decimal): -3206806 or 6951375. OLE color: 6951375.

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

Color convert

RGB 207 17 106 -
CMYK 0 0.92 0.49 0.19
HSL 331.89º 0.85% 0.44% -
HSV(B) 331.89º 0.92% 0.81% -
XYZ 28.53 14.71 14.97 -
YUV 83.96 140.45 215.76 -
System Red Green Blue C M Y K H S L
Decimal 207 17 106 0 0.92 0.49 0.19 331.89 0.85 0.44
Hex CF 11 6A 0 5C 31 13 14C 55 2C
Octal 317 21 152 0 134 61 23 514 125 54
Binary 11001111 10001 1101010 0 1011100 110001 10011 101001100 1010101 101100

Color Harmonies of #CF116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF116A

Black with #CF116A

Text Example


Text Example

White with #CF116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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