Html Css Color HEX #CF146D Ruby

📋 copy color: '#CF146D'

red 207 ◦ green 20 ◦ blue 109

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

Shades of Ruby #CF146D

Tints of Ruby #CF146D

RGB

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

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

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

R = 61.61%
G = 5.95%
B = 32.44%

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

#CF146D (or 0xCF146D) is known color: Ruby. HEX triplet: CF, 14 and 6D. RGB value is (207,20,109). Sum of RGB (Red+Green+Blue) = 207+20+109=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF146D is #30EB92. Grayscale: #555555. Windows color (decimal): -3206035 or 7148751. OLE color: 7148751.

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

Color convert

RGB 207 20 109 -
CMYK 0 0.90 0.47 0.19
HSL 331.44º 0.82% 0.45% -
HSV(B) 331.44º 0.9% 0.81% -
XYZ 28.74 14.87 15.82 -
YUV 86.06 140.95 214.26 -
System Red Green Blue C M Y K H S L
Decimal 207 20 109 0 0.90 0.47 0.19 331.44 0.82 0.45
Hex CF 14 6D 0 5A 2F 13 14B 52 2D
Octal 317 24 155 0 132 57 23 513 122 55
Binary 11001111 10100 1101101 0 1011010 101111 10011 101001011 1010010 101101

Color Harmonies of #CF146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF146D

Black with #CF146D

Text Example


Text Example

White with #CF146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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