Html Css Color HEX #CF106B Ruby

📋 copy color: '#CF106B'

red 207 ◦ green 16 ◦ blue 107

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

Shades of Ruby #CF106B

Tints of Ruby #CF106B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 62.73%
G = 4.85%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF106B (or 0xCF106B) is known color: Ruby. HEX triplet: CF, 10 and 6B. RGB value is (207,16,107). Sum of RGB (Red+Green+Blue) = 207+16+107=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF106B is #30EF94. Grayscale: #535353. Windows color (decimal): -3207061 or 7016655. OLE color: 7016655.

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

Color convert

RGB 207 16 107 -
CMYK 0 0.92 0.48 0.19
HSL 331.41º 0.86% 0.44% -
HSV(B) 331.41º 0.92% 0.81% -
XYZ 28.57 14.7 15.24 -
YUV 83.48 141.28 216.1 -
System Red Green Blue C M Y K H S L
Decimal 207 16 107 0 0.92 0.48 0.19 331.41 0.86 0.44
Hex CF 10 6B 0 5C 30 13 14B 56 2C
Octal 317 20 153 0 134 60 23 513 126 54
Binary 11001111 10000 1101011 0 1011100 110000 10011 101001011 1010110 101100

Color Harmonies of #CF106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF106B

Black with #CF106B

Text Example


Text Example

White with #CF106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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