Html Css Color HEX #CF1468 Ruby

📋 copy color: '#CF1468'

red 207 ◦ green 20 ◦ blue 104

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

Shades of Ruby #CF1468

Tints of Ruby #CF1468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.04%

 BLUE value IS 104 (41.02% from 255) = 31.42%

R = 62.54%
G = 6.04%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF1468 (or 0xCF1468) is known color: Ruby. HEX triplet: CF, 14 and 68. RGB value is (207,20,104). Sum of RGB (Red+Green+Blue) = 207+20+104=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1468 is #30EB97. Grayscale: #555555. Windows color (decimal): -3206040 or 6821071. OLE color: 6821071.

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

Color convert

RGB 207 20 104 -
CMYK 0 0.90 0.50 0.19
HSL 333.05º 0.82% 0.45% -
HSV(B) 333.05º 0.9% 0.81% -
XYZ 28.48 14.77 14.45 -
YUV 85.49 138.45 214.67 -
System Red Green Blue C M Y K H S L
Decimal 207 20 104 0 0.90 0.50 0.19 333.05 0.82 0.45
Hex CF 14 68 0 5A 32 13 14D 52 2D
Octal 317 24 150 0 132 62 23 515 122 55
Binary 11001111 10100 1101000 0 1011010 110010 10011 101001101 1010010 101101

Color Harmonies of #CF1468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1468

Black with #CF1468

Text Example


Text Example

White with #CF1468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1468; }

 p { color: rgb(207,20,104); }

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

background-color css

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

 a { background-color: rgb(207,20,104); }

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

border-color css

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

 span { border-color: rgb(207,20,104); }

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