Html Css Color HEX #CF1067 Ruby

📋 copy color: '#CF1067'

red 207 ◦ green 16 ◦ blue 103

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

Shades of Ruby #CF1067

Tints of Ruby #CF1067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.6%

R = 63.5%
G = 4.91%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF1067 (or 0xCF1067) is known color: Ruby. HEX triplet: CF, 10 and 67. RGB value is (207,16,103). Sum of RGB (Red+Green+Blue) = 207+16+103=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1067 is #30EF98. Grayscale: #525252. Windows color (decimal): -3207065 or 6754511. OLE color: 6754511.

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

Color convert

RGB 207 16 103 -
CMYK 0 0.92 0.50 0.19
HSL 332.67º 0.86% 0.44% -
HSV(B) 332.67º 0.92% 0.81% -
XYZ 28.37 14.62 14.16 -
YUV 83.03 139.28 216.43 -
System Red Green Blue C M Y K H S L
Decimal 207 16 103 0 0.92 0.50 0.19 332.67 0.86 0.44
Hex CF 10 67 0 5C 32 13 14D 56 2C
Octal 317 20 147 0 134 62 23 515 126 54
Binary 11001111 10000 1100111 0 1011100 110010 10011 101001101 1010110 101100

Color Harmonies of #CF1067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1067

Black with #CF1067

Text Example


Text Example

White with #CF1067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1067; }

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

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

background-color css

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

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

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

border-color css

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

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

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