Html Css Color HEX #CF1268 Ruby

📋 copy color: '#CF1268'

red 207 ◦ green 18 ◦ blue 104

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

Shades of Ruby #CF1268

Tints of Ruby #CF1268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

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

R = 62.92%
G = 5.47%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF1268 (or 0xCF1268) is known color: Ruby. HEX triplet: CF, 12 and 68. RGB value is (207,18,104). Sum of RGB (Red+Green+Blue) = 207+18+104=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1268 is #30ED97. Grayscale: #545454. Windows color (decimal): -3206552 or 6820559. OLE color: 6820559.

HSL color Cylindrical-coordinate representation of color #CF1268: hue angle of 332.7º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1268 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 18 104 -
CMYK 0 0.91 0.50 0.19
HSL 332.7º 0.84% 0.44% -
HSV(B) 332.7º 0.91% 0.81% -
XYZ 28.45 14.7 14.43 -
YUV 84.32 139.12 215.51 -
System Red Green Blue C M Y K H S L
Decimal 207 18 104 0 0.91 0.50 0.19 332.7 0.84 0.44
Hex CF 12 68 0 5B 32 13 14D 54 2C
Octal 317 22 150 0 133 62 23 515 124 54
Binary 11001111 10010 1101000 0 1011011 110010 10011 101001101 1010100 101100

Color Harmonies of #CF1268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1268

Black with #CF1268

Text Example


Text Example

White with #CF1268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1268; }

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

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

background-color css

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

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

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

border-color css

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

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

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