Html Css Color HEX #CF1A5E Ruby

📋 copy color: '#CF1A5E'

red 207 ◦ green 26 ◦ blue 94

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

Shades of Ruby #CF1A5E

Tints of Ruby #CF1A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.95%

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 63.3%
G = 7.95%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF1A5E (or 0xCF1A5E) is known color: Ruby. HEX triplet: CF, 1A and 5E. RGB value is (207,26,94). Sum of RGB (Red+Green+Blue) = 207+26+94=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1A5E is #30E5A1. Grayscale: #575757. Windows color (decimal): -3204514 or 6167247. OLE color: 6167247.

HSL color Cylindrical-coordinate representation of color #CF1A5E: hue angle of 337.46º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1A5E is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 26 94 -
CMYK 0 0.87 0.55 0.19
HSL 337.46º 0.78% 0.46% -
HSV(B) 337.46º 0.87% 0.81% -
XYZ 28.12 14.81 11.97 -
YUV 87.87 131.47 212.97 -
System Red Green Blue C M Y K H S L
Decimal 207 26 94 0 0.87 0.55 0.19 337.46 0.78 0.46
Hex CF 1A 5E 0 57 37 13 151 4E 2E
Octal 317 32 136 0 127 67 23 521 116 56
Binary 11001111 11010 1011110 0 1010111 110111 10011 101010001 1001110 101110

Color Harmonies of #CF1A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1A5E

Black with #CF1A5E

Text Example


Text Example

White with #CF1A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1A5E; }

 p { color: rgb(207,26,94); }

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

background-color css

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

 a { background-color: rgb(207,26,94); }

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

border-color css

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

 span { border-color: rgb(207,26,94); }

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