Html Css Color HEX #CF146E Ruby

📋 copy color: '#CF146E'

red 207 ◦ green 20 ◦ blue 110

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

Shades of Ruby #CF146E

Tints of Ruby #CF146E

RGB

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

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

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

R = 61.42%
G = 5.93%
B = 32.64%

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

#CF146E (or 0xCF146E) is known color: Ruby. HEX triplet: CF, 14 and 6E. RGB value is (207,20,110). Sum of RGB (Red+Green+Blue) = 207+20+110=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF146E is #30EB91. Grayscale: #555555. Windows color (decimal): -3206034 or 7214287. OLE color: 7214287.

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

Color convert

RGB 207 20 110 -
CMYK 0 0.90 0.47 0.19
HSL 331.12º 0.82% 0.45% -
HSV(B) 331.12º 0.9% 0.81% -
XYZ 28.8 14.89 16.11 -
YUV 86.17 141.45 214.18 -
System Red Green Blue C M Y K H S L
Decimal 207 20 110 0 0.90 0.47 0.19 331.12 0.82 0.45
Hex CF 14 6E 0 5A 2F 13 14B 52 2D
Octal 317 24 156 0 132 57 23 513 122 55
Binary 11001111 10100 1101110 0 1011010 101111 10011 101001011 1010010 101101

Color Harmonies of #CF146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF146E

Black with #CF146E

Text Example


Text Example

White with #CF146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF146E; }

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

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

background-color css

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

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

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

border-color css

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

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

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