Html Css Color HEX #CF114E Ruby

📋 copy color: '#CF114E'

red 207 ◦ green 17 ◦ blue 78

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

Shades of Ruby #CF114E

Tints of Ruby #CF114E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.83%

R = 68.54%
G = 5.63%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF114E (or 0xCF114E) is known color: Ruby. HEX triplet: CF, 11 and 4E. RGB value is (207,17,78). Sum of RGB (Red+Green+Blue) = 207+17+78=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF114E is #30EEB1. Grayscale: #505050. Windows color (decimal): -3206834 or 5116367. OLE color: 5116367.

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

Color convert

RGB 207 17 78 -
CMYK 0 0.92 0.62 0.19
HSL 340.74º 0.85% 0.44% -
HSV(B) 340.74º 0.92% 0.81% -
XYZ 27.31 14.22 8.51 -
YUV 80.76 126.45 218.04 -
System Red Green Blue C M Y K H S L
Decimal 207 17 78 0 0.92 0.62 0.19 340.74 0.85 0.44
Hex CF 11 4E 0 5C 3E 13 155 55 2C
Octal 317 21 116 0 134 76 23 525 125 54
Binary 11001111 10001 1001110 0 1011100 111110 10011 101010101 1010101 101100

Color Harmonies of #CF114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF114E

Black with #CF114E

Text Example


Text Example

White with #CF114E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF114E; }

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

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

background-color css

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

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

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

border-color css

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

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

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