Html Css Color HEX #CF156E Ruby

📋 copy color: '#CF156E'

red 207 ◦ green 21 ◦ blue 110

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

Shades of Ruby #CF156E

Tints of Ruby #CF156E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 61.24%
G = 6.21%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF156E (or 0xCF156E) is known color: Ruby. HEX triplet: CF, 15 and 6E. RGB value is (207,21,110). Sum of RGB (Red+Green+Blue) = 207+21+110=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF156E is #30EA91. Grayscale: #565656. Windows color (decimal): -3205778 or 7214543. OLE color: 7214543.

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

Color convert

RGB 207 21 110 -
CMYK 0 0.90 0.47 0.19
HSL 331.29º 0.82% 0.45% -
HSV(B) 331.29º 0.9% 0.81% -
XYZ 28.81 14.93 16.11 -
YUV 86.76 141.12 213.76 -
System Red Green Blue C M Y K H S L
Decimal 207 21 110 0 0.90 0.47 0.19 331.29 0.82 0.45
Hex CF 15 6E 0 5A 2F 13 14B 52 2D
Octal 317 25 156 0 132 57 23 513 122 55
Binary 11001111 10101 1101110 0 1011010 101111 10011 101001011 1010010 101101

Color Harmonies of #CF156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF156E

Black with #CF156E

Text Example


Text Example

White with #CF156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF156E; }

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

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

background-color css

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

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

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

border-color css

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

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

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