Html Css Color HEX #CF1063 Ruby

📋 copy color: '#CF1063'

red 207 ◦ green 16 ◦ blue 99

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

Shades of Ruby #CF1063

Tints of Ruby #CF1063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 64.29%
G = 4.97%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF1063 (or 0xCF1063) is known color: Ruby. HEX triplet: CF, 10 and 63. RGB value is (207,16,99). Sum of RGB (Red+Green+Blue) = 207+16+99=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1063 is #30EF9C. Grayscale: #525252. Windows color (decimal): -3207069 or 6492367. OLE color: 6492367.

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

Color convert

RGB 207 16 99 -
CMYK 0 0.92 0.52 0.19
HSL 333.93º 0.86% 0.44% -
HSV(B) 333.93º 0.92% 0.81% -
XYZ 28.17 14.54 13.13 -
YUV 82.57 137.28 216.75 -
System Red Green Blue C M Y K H S L
Decimal 207 16 99 0 0.92 0.52 0.19 333.93 0.86 0.44
Hex CF 10 63 0 5C 34 13 14E 56 2C
Octal 317 20 143 0 134 64 23 516 126 54
Binary 11001111 10000 1100011 0 1011100 110100 10011 101001110 1010110 101100

Color Harmonies of #CF1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1063

Black with #CF1063

Text Example


Text Example

White with #CF1063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1063; }

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

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

background-color css

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

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

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

border-color css

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

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

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