Html Css Color HEX #CF146A Ruby

📋 copy color: '#CF146A'

red 207 ◦ green 20 ◦ blue 106

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

Shades of Ruby #CF146A

Tints of Ruby #CF146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 62.16%
G = 6.01%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF146A (or 0xCF146A) is known color: Ruby. HEX triplet: CF, 14 and 6A. RGB value is (207,20,106). Sum of RGB (Red+Green+Blue) = 207+20+106=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF146A is #30EB95. Grayscale: #555555. Windows color (decimal): -3206038 or 6952143. OLE color: 6952143.

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

Color convert

RGB 207 20 106 -
CMYK 0 0.90 0.49 0.19
HSL 332.41º 0.82% 0.45% -
HSV(B) 332.41º 0.9% 0.81% -
XYZ 28.58 14.81 14.99 -
YUV 85.72 139.45 214.51 -
System Red Green Blue C M Y K H S L
Decimal 207 20 106 0 0.90 0.49 0.19 332.41 0.82 0.45
Hex CF 14 6A 0 5A 31 13 14C 52 2D
Octal 317 24 152 0 132 61 23 514 122 55
Binary 11001111 10100 1101010 0 1011010 110001 10011 101001100 1010010 101101

Color Harmonies of #CF146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF146A

Black with #CF146A

Text Example


Text Example

White with #CF146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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