Html Css Color HEX #CF106E Ruby

📋 copy color: '#CF106E'

red 207 ◦ green 16 ◦ blue 110

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

Shades of Ruby #CF106E

Tints of Ruby #CF106E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.8%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 62.16%
G = 4.8%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF106E (or 0xCF106E) is known color: Ruby. HEX triplet: CF, 10 and 6E. RGB value is (207,16,110). Sum of RGB (Red+Green+Blue) = 207+16+110=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF106E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF106E is #30EF91. Grayscale: #535353. Windows color (decimal): -3207058 or 7213263. OLE color: 7213263.

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

Color convert

RGB 207 16 110 -
CMYK 0 0.92 0.47 0.19
HSL 330.47º 0.86% 0.44% -
HSV(B) 330.47º 0.92% 0.81% -
XYZ 28.73 14.76 16.09 -
YUV 83.83 142.78 215.86 -
System Red Green Blue C M Y K H S L
Decimal 207 16 110 0 0.92 0.47 0.19 330.47 0.86 0.44
Hex CF 10 6E 0 5C 2F 13 14A 56 2C
Octal 317 20 156 0 134 57 23 512 126 54
Binary 11001111 10000 1101110 0 1011100 101111 10011 101001010 1010110 101100

Color Harmonies of #CF106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF106E

Black with #CF106E

Text Example


Text Example

White with #CF106E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF106E; }

 p { color: rgb(207,16,110); }

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

background-color css

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

 a { background-color: rgb(207,16,110); }

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

border-color css

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

 span { border-color: rgb(207,16,110); }

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