Html Css Color HEX #CF1566 Ruby

📋 copy color: '#CF1566'

red 207 ◦ green 21 ◦ blue 102

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

Shades of Ruby #CF1566

Tints of Ruby #CF1566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 62.73%
G = 6.36%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF1566 (or 0xCF1566) is known color: Ruby. HEX triplet: CF, 15 and 66. RGB value is (207,21,102). Sum of RGB (Red+Green+Blue) = 207+21+102=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1566 is #30EA99. Grayscale: #555555. Windows color (decimal): -3205786 or 6690255. OLE color: 6690255.

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

Color convert

RGB 207 21 102 -
CMYK 0 0.90 0.51 0.19
HSL 333.87º 0.82% 0.45% -
HSV(B) 333.87º 0.9% 0.81% -
XYZ 28.4 14.76 13.92 -
YUV 85.85 137.12 214.41 -
System Red Green Blue C M Y K H S L
Decimal 207 21 102 0 0.90 0.51 0.19 333.87 0.82 0.45
Hex CF 15 66 0 5A 33 13 14E 52 2D
Octal 317 25 146 0 132 63 23 516 122 55
Binary 11001111 10101 1100110 0 1011010 110011 10011 101001110 1010010 101101

Color Harmonies of #CF1566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1566

Black with #CF1566

Text Example


Text Example

White with #CF1566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1566; }

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

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

background-color css

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

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

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

border-color css

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

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

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