Html Css Color HEX #CF1563 Ruby

📋 copy color: '#CF1563'

red 207 ◦ green 21 ◦ blue 99

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

Shades of Ruby #CF1563

Tints of Ruby #CF1563

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

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

R = 63.3%
G = 6.42%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF1563 (or 0xCF1563) is known color: Ruby. HEX triplet: CF, 15 and 63. RGB value is (207,21,99). Sum of RGB (Red+Green+Blue) = 207+21+99=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1563 is #30EA9C. Grayscale: #555555. Windows color (decimal): -3205789 or 6493647. OLE color: 6493647.

HSL color Cylindrical-coordinate representation of color #CF1563: hue angle of 334.84º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1563 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 99 -
CMYK 0 0.90 0.52 0.19
HSL 334.84º 0.82% 0.45% -
HSV(B) 334.84º 0.9% 0.81% -
XYZ 28.25 14.7 13.15 -
YUV 85.51 135.62 214.66 -
System Red Green Blue C M Y K H S L
Decimal 207 21 99 0 0.90 0.52 0.19 334.84 0.82 0.45
Hex CF 15 63 0 5A 34 13 14F 52 2D
Octal 317 25 143 0 132 64 23 517 122 55
Binary 11001111 10101 1100011 0 1011010 110100 10011 101001111 1010010 101101

Color Harmonies of #CF1563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1563

Black with #CF1563

Text Example


Text Example

White with #CF1563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1563; }

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

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

background-color css

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

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

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

border-color css

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

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

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