Html Css Color HEX #CF106C Ruby

📋 copy color: '#CF106C'

red 207 ◦ green 16 ◦ blue 108

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

Shades of Ruby #CF106C

Tints of Ruby #CF106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 62.54%
G = 4.83%
B = 32.63%

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

#CF106C (or 0xCF106C) is known color: Ruby. HEX triplet: CF, 10 and 6C. RGB value is (207,16,108). Sum of RGB (Red+Green+Blue) = 207+16+108=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF106C is #30EF93. Grayscale: #535353. Windows color (decimal): -3207060 or 7082191. OLE color: 7082191.

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

Color convert

RGB 207 16 108 -
CMYK 0 0.92 0.48 0.19
HSL 331.1º 0.86% 0.44% -
HSV(B) 331.1º 0.92% 0.81% -
XYZ 28.62 14.72 15.52 -
YUV 83.6 141.78 216.02 -
System Red Green Blue C M Y K H S L
Decimal 207 16 108 0 0.92 0.48 0.19 331.1 0.86 0.44
Hex CF 10 6C 0 5C 30 13 14B 56 2C
Octal 317 20 154 0 134 60 23 513 126 54
Binary 11001111 10000 1101100 0 1011100 110000 10011 101001011 1010110 101100

Color Harmonies of #CF106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF106C

Black with #CF106C

Text Example


Text Example

White with #CF106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF106C; }

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

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

background-color css

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

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

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

border-color css

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

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

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