Html Css Color HEX #CF016D Ruby

📋 copy color: '#CF016D'

red 207 ◦ green 1 ◦ blue 109

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

Shades of Ruby #CF016D

Tints of Ruby #CF016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 65.3%
G = 0.32%
B = 34.38%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF016D (or 0xCF016D) is known color: Ruby. HEX triplet: CF, 01 and 6D. RGB value is (207,1,109). Sum of RGB (Red+Green+Blue) = 207+1+109=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF016D is #30FE92. Grayscale: #4A4A4A. Windows color (decimal): -3210899 or 7143887. OLE color: 7143887.

HSL color Cylindrical-coordinate representation of color #CF016D: hue angle of 328.54º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF016D is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 109 -
CMYK 0 1.00 0.47 0.19
HSL 328.54º 0.99% 0.41% -
HSV(B) 328.54º 1% 0.81% -
XYZ 28.5 14.39 15.74 -
YUV 74.91 147.25 222.22 -
System Red Green Blue C M Y K H S L
Decimal 207 1 109 0 1.00 0.47 0.19 328.54 0.99 0.41
Hex CF 1 6D 0 64 2F 13 149 63 29
Octal 317 1 155 0 144 57 23 511 143 51
Binary 11001111 1 1101101 0 1100100 101111 10011 101001001 1100011 101001

Color Harmonies of #CF016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF016D

Black with #CF016D

Text Example


Text Example

White with #CF016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF016D; }

 p { color: rgb(207,1,109); }

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

background-color css

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

 a { background-color: rgb(207,1,109); }

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

border-color css

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

 span { border-color: rgb(207,1,109); }

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