Html Css Color HEX #CF145F Ruby

📋 copy color: '#CF145F'

red 207 ◦ green 20 ◦ blue 95

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

Shades of Ruby #CF145F

Tints of Ruby #CF145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 64.29%
G = 6.21%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF145F (or 0xCF145F) is known color: Ruby. HEX triplet: CF, 14 and 5F. RGB value is (207,20,95). Sum of RGB (Red+Green+Blue) = 207+20+95=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF145F is #30EBA0. Grayscale: #545454. Windows color (decimal): -3206049 or 6231247. OLE color: 6231247.

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

Color convert

RGB 207 20 95 -
CMYK 0 0.90 0.54 0.19
HSL 335.94º 0.82% 0.45% -
HSV(B) 335.94º 0.9% 0.81% -
XYZ 28.05 14.59 12.16 -
YUV 84.46 133.95 215.4 -
System Red Green Blue C M Y K H S L
Decimal 207 20 95 0 0.90 0.54 0.19 335.94 0.82 0.45
Hex CF 14 5F 0 5A 36 13 150 52 2D
Octal 317 24 137 0 132 66 23 520 122 55
Binary 11001111 10100 1011111 0 1011010 110110 10011 101010000 1010010 101101

Color Harmonies of #CF145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF145F

Black with #CF145F

Text Example


Text Example

White with #CF145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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