Html Css Color HEX #CF195E Ruby

📋 copy color: '#CF195E'

red 207 ◦ green 25 ◦ blue 94

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

Shades of Ruby #CF195E

Tints of Ruby #CF195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.67%

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

R = 63.5%
G = 7.67%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF195E (or 0xCF195E) is known color: Ruby. HEX triplet: CF, 19 and 5E. RGB value is (207,25,94). Sum of RGB (Red+Green+Blue) = 207+25+94=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF195E is #30E6A1. Grayscale: #575757. Windows color (decimal): -3204770 or 6166991. OLE color: 6166991.

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

Color convert

RGB 207 25 94 -
CMYK 0 0.88 0.55 0.19
HSL 337.25º 0.78% 0.45% -
HSV(B) 337.25º 0.88% 0.81% -
XYZ 28.1 14.77 11.96 -
YUV 87.28 131.8 213.39 -
System Red Green Blue C M Y K H S L
Decimal 207 25 94 0 0.88 0.55 0.19 337.25 0.78 0.45
Hex CF 19 5E 0 58 37 13 151 4E 2D
Octal 317 31 136 0 130 67 23 521 116 55
Binary 11001111 11001 1011110 0 1011000 110111 10011 101010001 1001110 101101

Color Harmonies of #CF195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF195E

Black with #CF195E

Text Example


Text Example

White with #CF195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF195E; }

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

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

background-color css

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

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

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

border-color css

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

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

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