Html Css Color HEX #CF146B Ruby

📋 copy color: '#CF146B'

red 207 ◦ green 20 ◦ blue 107

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

Shades of Ruby #CF146B

Tints of Ruby #CF146B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 61.98%
G = 5.99%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF146B (or 0xCF146B) is known color: Ruby. HEX triplet: CF, 14 and 6B. RGB value is (207,20,107). Sum of RGB (Red+Green+Blue) = 207+20+107=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF146B is #30EB94. Grayscale: #555555. Windows color (decimal): -3206037 or 7017679. OLE color: 7017679.

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

Color convert

RGB 207 20 107 -
CMYK 0 0.90 0.48 0.19
HSL 332.09º 0.82% 0.45% -
HSV(B) 332.09º 0.9% 0.81% -
XYZ 28.64 14.83 15.26 -
YUV 85.83 139.95 214.43 -
System Red Green Blue C M Y K H S L
Decimal 207 20 107 0 0.90 0.48 0.19 332.09 0.82 0.45
Hex CF 14 6B 0 5A 30 13 14C 52 2D
Octal 317 24 153 0 132 60 23 514 122 55
Binary 11001111 10100 1101011 0 1011010 110000 10011 101001100 1010010 101101

Color Harmonies of #CF146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF146B

Black with #CF146B

Text Example


Text Example

White with #CF146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF146B; }

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

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

background-color css

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

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

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

border-color css

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

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

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